Commit ab78273
committed
fix(build): add missing dirs to sdist include list so wheel builds cleanly
The wheel's force-include references core/, jobs/, sinks/, transforms/,
pipelines/, schedules/, vendors/, ingestion/, but the sdist include list
missed them. Building the wheel from sdist fails with FileNotFoundError
because those dirs aren't in the sdist tarball. Surfaced by the v0.10.26
publish attempt.1 parent 470a5f6 commit ab78273
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| |||
0 commit comments