We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build_feature_flags.py
1 parent cb447fd commit b51b5e2Copy full SHA for b51b5e2
py-polars/runtime/pyproject.toml
@@ -40,4 +40,7 @@ Repository = "https://github.com/pola-rs/polars"
40
Changelog = "https://github.com/pola-rs/polars/releases"
41
42
[tool.maturin]
43
-include = [{ path = "rust-toolchain.toml", format = "sdist" }]
+include = [
44
+ { path = "rust-toolchain.toml", format = "sdist" },
45
+ { path = "_polars_runtime_*/build_feature_flags.py", format = ["sdist", "wheel"] },
46
+]
0 commit comments