Skip to content

Commit 7b5b7d9

Browse files
authored
Fix the python binding configuration (#2937)
1 parent c09feeb commit 7b5b7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/pylibafl/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin[patchelf]>=0.14.10,<0.15"]
2+
requires = ["maturin[patchelf]>=1.0,<2.0"]
33
build-backend = "maturin"
44

55
[project]
@@ -20,7 +20,7 @@ classifiers = [
2020
repository = "https://github.com/AFLplusplus/LibAFL.git"
2121

2222
[tool.maturin]
23-
bindings = "pylibafl"
23+
bindings = "pyo3"
2424
manifest-path = "Cargo.toml"
25-
python-source = "python"
25+
python-source = "src"
2626
all-features = true

0 commit comments

Comments
 (0)