mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Fix: Include dashboard HTML templates in wheel package
This commit is contained in:
parent
be0ca4c752
commit
2dfbe0fcb9
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue