Skip to content

Commit 88e87a0

Browse files
fix(schemas): export generic schemas in package
1 parent f0e26da commit 88e87a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ dependencies = {file = ["requirements.txt"]}
3636
where = ["src"]
3737

3838
[tool.setuptools.package-data]
39-
"opengeodeweb_viewer.rpc.viewer.schemas" = ["*.json"]
39+
"opengeodeweb_viewer.rpc.generic.schemas" = ["*.json"]
4040
"opengeodeweb_viewer.rpc.mesh.schemas" = ["*.json"]
4141
"opengeodeweb_viewer.rpc.model.schemas" = ["*.json"]
42+
"opengeodeweb_viewer.rpc.viewer.schemas" = ["*.json"]
4243

4344

4445
[tool.semantic_release]

0 commit comments

Comments
 (0)