Commit 456c87f
authored
fix: include static frontend assets in wheel (1.2.0)
* fix: include static frontend assets in wheel
The serve command requires index.html, css/, and js/ from the static/
directory, but setuptools only includes .py files by default. Add
[tool.setuptools.package-data] so the frontend assets are included in
both the wheel and sdist distributions.
* chore: bump version to 1.2.0
Bump minor version for the static assets fix release.
* chore: add release name "Whole Rye" for v1.2.0
* chore: update uv.lock for 1.2.01 parent 385ffcf commit 456c87f
4 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments