We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f06a8f commit e8d617dCopy full SHA for e8d617d
pyproject.toml
@@ -19,3 +19,6 @@ classifiers = [
19
[build-system]
20
requires = ["maturin>=1.2,<2.0"]
21
build-backend = "maturin"
22
+
23
+[tool.maturin]
24
+features = ["pyo3/extension-module", "python_bindings"]
0 commit comments