Skip to content

Commit

Permalink
Improve pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 4, 2023
1 parent 51ecf7a commit 0c5763b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions bindings/pylibafl/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.14.10,<0.15"]
requires = ["maturin[patchelf]>=0.14.10,<0.15"]
build-backend = "maturin"

[project]
Expand All @@ -8,7 +8,13 @@ version = "0.10.0"
description = "Advanced Fuzzing Library for Python"
readme = "README.md"
requires-python = ">=3.8"
license = "MIT OR Apache-2.0"
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Rust",
"Topic :: Security",
]

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

0 comments on commit 0c5763b

Please sign in to comment.