1 2 3 4 5 6 7 8 9 10 11 12
[build-system] requires = ["maturin>=1.8,<2.0"] build-backend = "maturin" [project] name = "roche" version = "0.4.4" requires-python = ">=3.8" readme = "README.md" [tool.maturin] features = ["pyo3/extension-module", "pyo3/abi3-py38"]