diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index 2cefd5c..3b881ec 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -28,7 +28,7 @@ requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [tool.maturin] -features = ["python", "pyo3/extension-module"] +features = ["py", "pyo3/extension-module"] manifest-path = "../../Cargo.toml" python-source = "src"