Setuptools automatic package discovery
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0e3d727e1b
commit
279da728d0
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue