diff --git a/bindings/pylibafl/pyproject.toml b/bindings/pylibafl/pyproject.toml index cf9013dfba..ada2464bb5 100644 --- a/bindings/pylibafl/pyproject.toml +++ b/bindings/pylibafl/pyproject.toml @@ -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] @@ -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"