feat: update package data inclusion to add dashboard templates and reorder partials
CI / lint-test-build (push) Successful in 1m6s

This commit is contained in:
2026-06-07 19:35:05 +02:00
parent 9acabddb7e
commit 77dfb08b23
+2 -1
View File
@@ -27,8 +27,9 @@ include-package-data = true
[tool.setuptools.package-data] [tool.setuptools.package-data]
arbitrade = [ arbitrade = [
"web/templates/*.html", "web/templates/*.html",
"web/templates/partials/*.html",
"web/templates/config/*.html", "web/templates/config/*.html",
"web/templates/dashboard/*.html",
"web/templates/partials/*.html",
"storage/schema_pg.sql", "storage/schema_pg.sql",
] ]