We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09feeb commit 7b5b7d9Copy full SHA for 7b5b7d9
bindings/pylibafl/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["maturin[patchelf]>=0.14.10,<0.15"]
+requires = ["maturin[patchelf]>=1.0,<2.0"]
3
build-backend = "maturin"
4
5
[project]
@@ -20,7 +20,7 @@ classifiers = [
20
repository = "https://github.com/AFLplusplus/LibAFL.git"
21
22
[tool.maturin]
23
-bindings = "pylibafl"
+bindings = "pyo3"
24
manifest-path = "Cargo.toml"
25
-python-source = "python"
+python-source = "src"
26
all-features = true
0 commit comments