Skip to content

Commit b51b5e2

Browse files
authored
build: Ensure build_feature_flags.py is included in artifact (#25024)
1 parent cb447fd commit b51b5e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

py-polars/runtime/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ Repository = "https://github.com/pola-rs/polars"
4040
Changelog = "https://github.com/pola-rs/polars/releases"
4141

4242
[tool.maturin]
43-
include = [{ path = "rust-toolchain.toml", format = "sdist" }]
43+
include = [
44+
{ path = "rust-toolchain.toml", format = "sdist" },
45+
{ path = "_polars_runtime_*/build_feature_flags.py", format = ["sdist", "wheel"] },
46+
]

0 commit comments

Comments
 (0)