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

@ -8,3 +8,9 @@ dependencies = [
"starlette",
"pyproj==3.6.1",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["amarillo"]
exclude = ["data"]
namespaces = true