From 9acabddb7e963cb39158659ad01725da5bd64bc1 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sun, 7 Jun 2026 18:46:12 +0200 Subject: [PATCH] feat: include config HTML templates in package data --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index acde794..e38c300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ include-package-data = true arbitrade = [ "web/templates/*.html", "web/templates/partials/*.html", + "web/templates/config/*.html", "storage/schema_pg.sql", ]