diff --git a/pyproject.toml b/pyproject.toml index 31ffe04..90cb176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,3 @@ [build-system] -requires = ["setuptools", "wheel", "setuptools-rust"] +requires = ["maturin"] +build-backend = "maturin"