Skip to content

Commit 98e3457

Browse files
test
1 parent 3d1076b commit 98e3457

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

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

2929
[tool.setuptools]
30-
packages = ["src/opengeodeweb_back/routes/schemas"]
3130
include-package-data = true
3231

33-
[tool.setuptools.package-data]
34-
'schemas' = ['src/*.json']
32+
[tool.setuptools.packages.find]
33+
where = ["src"]
3534

3635
[tool.semantic_release]
3736
version_toml = [

0 commit comments

Comments
 (0)