python glue: small build config change

This commit is contained in:
cschen 2024-08-07 00:21:50 +02:00
parent 7d90793467
commit 73fe5eb023

View file

@ -25,6 +25,6 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[tool.maturin]
features = ["python"]
features = ["python", "pyo3/extension-module"]
manifest-path = "../../Cargo.toml"