diff --git a/pyproject.toml b/pyproject.toml index e38c300..6fa4978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,9 @@ include-package-data = true [tool.setuptools.package-data] arbitrade = [ "web/templates/*.html", - "web/templates/partials/*.html", "web/templates/config/*.html", + "web/templates/dashboard/*.html", + "web/templates/partials/*.html", "storage/schema_pg.sql", ]