Setuptools automatic package discovery
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2023-12-18 16:04:47 +01:00
parent 0e3d727e1b
commit 279da728d0

View file

@ -13,8 +13,5 @@ dependencies = [
"geojson-pydantic==1.0.1",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["amarillo"]
exclude = ["data"]
namespaces = true
[tool.setuptools.packages]
find = {}