This commit is contained in:
Louis King
2025-12-03 16:13:59 +00:00
parent 601dd51cd0
commit 1ed62e26bd
2 changed files with 89 additions and 85 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ Issues = "https://github.com/meshcore-dev/meshcore-hub/issues"
where = ["src"]
[tool.setuptools.package-data]
meshcore_hub = ["py.typed", "templates/**/*", "static/**/*"]
meshcore_hub = ["py.typed"]
"meshcore_hub.web" = ["templates/**/*", "static/**/*"]
"meshcore_hub.api" = ["templates/**/*"]
[tool.black]
line-length = 88