Fix: Include dashboard HTML templates in wheel package

This commit is contained in:
chopratejas 2026-02-01 22:51:56 -08:00
parent be0ca4c752
commit 2dfbe0fcb9

View file

@ -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 = [