Skip to content

Commit

Permalink
Fix packaging of frontend files
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Dec 20, 2023
1 parent cf58006 commit ea8d66e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ classifiers = [
"Topic :: Other/Nonlisted Topic",
]
include = [
{ path = "valens/frontend/*" }
{ path = "valens/frontend/*" },
{ path = "valens/frontend/fonts/*" },
{ path = "valens/frontend/images/*" },
{ path = "valens/frontend/js/*" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit ea8d66e

Please sign in to comment.