feat: update package data inclusion to add dashboard templates and reorder partials
CI / lint-test-build (push) Successful in 1m6s
CI / lint-test-build (push) Successful in 1m6s
This commit is contained in:
+2
-1
@@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user