Fix the python binding configuration (#2937)

This commit is contained in:
fourdim 2025-02-05 09:18:16 -05:00 committed by GitHub
parent c09feeba4e
commit 7b5b7d9ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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