Commit 534f595
committed
fix(workspace): exclude gp-furo-theme static/ from root sdist
why: hatchling's root sdist walks the entire tree but only reads
the root .gitignore — the nested packages/gp-furo-theme/.gitignore
that excludes static/ is invisible. When uv sync creates furo.js
as a side effect of editable-installing gp-furo-theme, the root
sdist discovers it and crashes if the file is absent or mid-write.
what:
- Add [tool.hatch.build.targets.sdist] exclude for the Vite build
artifact directory in the root pyproject.toml1 parent 020fb97 commit 534f595
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments