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 f0e26da commit 88e87a0Copy full SHA for 88e87a0
pyproject.toml
@@ -36,9 +36,10 @@ dependencies = {file = ["requirements.txt"]}
36
where = ["src"]
37
38
[tool.setuptools.package-data]
39
-"opengeodeweb_viewer.rpc.viewer.schemas" = ["*.json"]
+"opengeodeweb_viewer.rpc.generic.schemas" = ["*.json"]
40
"opengeodeweb_viewer.rpc.mesh.schemas" = ["*.json"]
41
"opengeodeweb_viewer.rpc.model.schemas" = ["*.json"]
42
+"opengeodeweb_viewer.rpc.viewer.schemas" = ["*.json"]
43
44
45
[tool.semantic_release]
0 commit comments