Skip to content

Commit 3197598

Browse files
authored
fix(Package): include schemas folder
1 parent c49fa41 commit 3197598

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Back"
8-
version = "3.2.0-rc.5"
8+
version = "3.2.0-rc.6"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="[email protected]" },
@@ -26,6 +26,12 @@ classifiers = [
2626
[tool.setuptools.dynamic]
2727
dependencies = {file = ["requirements.txt"]}
2828

29+
[tool.setuptools.packages.find]
30+
where = ["src"]
31+
32+
[tool.setuptools.package-data]
33+
"opengeodeweb_back.routes.schemas" = ["*.json"]
34+
2935
[tool.semantic_release]
3036
version_toml = [
3137
"pyproject.toml:project.version",

0 commit comments

Comments
 (0)