Exclude data folder from package

This commit is contained in:
Csaba 2023-12-11 12:26:20 +01:00
parent 08cac5cfca
commit 76c00a6212

View file

@ -7,4 +7,10 @@ dependencies = [
"pydantic[dotenv]==2.4.2", "pydantic[dotenv]==2.4.2",
"starlette", "starlette",
"pyproj==3.6.1", "pyproj==3.6.1",
] ]
[tool.setuptools.packages.find]
where = ["."]
include = ["amarillo"]
exclude = ["data"]
namespaces = true