Skip to content

Commit ab78273

Browse files
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

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ include = [
8383
"/integrations",
8484
"/asset_checks",
8585
"/compute_log_managers",
86+
"/core",
87+
"/jobs",
88+
"/sinks",
89+
"/transforms",
90+
"/pipelines",
91+
"/schedules",
92+
"/vendors",
93+
"/ingestion",
8694
"/manifest.json",
8795
"/README.md",
8896
"/LICENSE",

0 commit comments

Comments
 (0)