Skip to content

Commit

Permalink
Add pyproject.toml to python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 4, 2023
1 parent 721c02c commit 51ecf7a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions bindings/pylibafl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
20 changes: 20 additions & 0 deletions bindings/pylibafl/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[build-system]
requires = ["maturin>=0.14.10,<0.15"]
build-backend = "maturin"

[project]
name = "PyLibAFL"
version = "0.10.0"
description = "Advanced Fuzzing Library for Python"
readme = "README.md"
requires-python = ">=3.8"
license = "MIT OR Apache-2.0"

[project.urls]
repository = "https://github.com/AFLplusplus/LibAFL.git"

[tool.maturin]
bindings = "pylibafl"
manifest-path = "Cargo.toml"
python-source = "python"
all-features = true
1 change: 0 additions & 1 deletion bindings/pylibafl/rust-toolchain

This file was deleted.

0 comments on commit 51ecf7a

Please sign in to comment.