From 2dfbe0fcb9586a901b79cce08448cbf6f882d81d Mon Sep 17 00:00:00 2001 From: chopratejas Date: Sun, 1 Feb 2026 22:51:56 -0800 Subject: [PATCH] Fix: Include dashboard HTML templates in wheel package --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0e758d424..75a40784e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -165,6 +165,10 @@ Changelog = "https://github.com/chopratejas/headroom/blob/main/CHANGELOG.md" [tool.hatch.build.targets.wheel] packages = ["headroom"] +# Include non-Python files (dashboard templates, etc.) +artifacts = [ + "headroom/dashboard/templates/*.html", +] [tool.hatch.build.targets.sdist] include = [