diff --git a/pyproject.toml b/pyproject.toml index 9d0ad9db..2103a43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin"] build-backend = "maturin" [tool.maturin] -bindings = "cffi" +bindings = "pyo3" manylinux = "2010" [lib]