Skip to content

Commit 37e8504

Browse files
fix(schemas): add missing schemas
1 parent 5c0a374 commit 37e8504

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ where = ["src"]
3838
[tool.setuptools.package-data]
3939
"opengeodeweb_viewer.rpc.generic.schemas" = ["*.json"]
4040
"opengeodeweb_viewer.rpc.mesh.schemas" = ["*.json"]
41+
"opengeodeweb_viewer.rpc.mesh.points.schemas" = ["*.json"]
42+
"opengeodeweb_viewer.rpc.mesh.edges.schemas" = ["*.json"]
43+
"opengeodeweb_viewer.rpc.mesh.polygons.schemas" = ["*.json"]
4144
"opengeodeweb_viewer.rpc.model.schemas" = ["*.json"]
4245
"opengeodeweb_viewer.rpc.viewer.schemas" = ["*.json"]
4346

44-
4547
[tool.semantic_release]
4648
version_toml = [
4749
"pyproject.toml:project.version",

0 commit comments

Comments
 (0)