From 77dfb08b237e044362264f8329a008d0294ef65d Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sun, 7 Jun 2026 19:35:05 +0200 Subject: [PATCH] feat: update package data inclusion to add dashboard templates and reorder partials --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ]