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