Exclude data folder from package
This commit is contained in:
parent
08cac5cfca
commit
76c00a6212
|
|
@ -8,3 +8,9 @@ dependencies = [
|
||||||
"starlette",
|
"starlette",
|
||||||
"pyproj==3.6.1",
|
"pyproj==3.6.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["."]
|
||||||
|
include = ["amarillo"]
|
||||||
|
exclude = ["data"]
|
||||||
|
namespaces = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue