Fix the python binding configuration (#2937)
This commit is contained in:
parent
c09feeba4e
commit
7b5b7d9ae4
@ -1,5 +1,5 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["maturin[patchelf]>=0.14.10,<0.15"]
|
requires = ["maturin[patchelf]>=1.0,<2.0"]
|
||||||
build-backend = "maturin"
|
build-backend = "maturin"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@ -20,7 +20,7 @@ classifiers = [
|
|||||||
repository = "https://github.com/AFLplusplus/LibAFL.git"
|
repository = "https://github.com/AFLplusplus/LibAFL.git"
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
bindings = "pylibafl"
|
bindings = "pyo3"
|
||||||
manifest-path = "Cargo.toml"
|
manifest-path = "Cargo.toml"
|
||||||
python-source = "python"
|
python-source = "src"
|
||||||
all-features = true
|
all-features = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user