We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e7e0f commit 798ec45Copy full SHA for 798ec45
MANIFEST.in
pyproject.toml
@@ -27,10 +27,11 @@ classifiers = [
27
dependencies = {file = ["requirements.txt"]}
28
29
[tool.setuptools.packages.find]
30
+namespaces = false
31
where = ["src"]
32
33
[tool.setuptools.package-data]
-"opengeodeweb_back.routes.schemas" = ["*.json"]
34
+"opengeodeweb_back" = ["*.json"]
35
36
[tool.semantic_release]
37
version_toml = [
0 commit comments