Skip to content

Commit 798ec45

Browse files
fix(Package): test namespace
remove MANIFEST.in
1 parent 36e7e0f commit 798ec45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ classifiers = [
2727
dependencies = {file = ["requirements.txt"]}
2828

2929
[tool.setuptools.packages.find]
30+
namespaces = false
3031
where = ["src"]
3132

3233
[tool.setuptools.package-data]
33-
"opengeodeweb_back.routes.schemas" = ["*.json"]
34+
"opengeodeweb_back" = ["*.json"]
3435

3536
[tool.semantic_release]
3637
version_toml = [

0 commit comments

Comments
 (0)