Skip to content

Commit 36d9974

Browse files
import new folders
1 parent d8a6f48 commit 36d9974

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

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

3838
[tool.setuptools.package-data]
39-
"opengeodeweb_viewer.rpc.schemas" = ["*.json"]
39+
"opengeodeweb_viewer.rpc.viewer.schemas" = ["*.json"]
40+
"opengeodeweb_viewer.rpc.mesh.schemas" = ["*.json"]
41+
"opengeodeweb_viewer.rpc.model.schemas" = ["*.json"]
42+
4043

4144
[tool.semantic_release]
4245
version_toml = [

0 commit comments

Comments
 (0)