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