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