File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ name = "hypofuzz"
1717dynamic = [" version" ]
1818description = " Adaptive fuzzing for property-based tests"
1919readme = " README.md"
20+ # custom license name. See https://spdx.github.io/spdx-spec/v2.2.2/other-licensing-information-detected/
21+ # and https://peps.python.org/pep-0639/ (grep "custom license")
22+ license = " LicenseRef-HypoFuzz"
2023license-files = [" LICENSE" , " CONTRIBUTING.md" ]
2124requires-python = " >=3.10"
2225authors = [
@@ -40,8 +43,6 @@ classifiers = [
4043 " Development Status :: 5 - Production/Stable" ,
4144 " Framework :: Hypothesis" ,
4245 " Intended Audience :: Developers" ,
43- " License :: Other/Proprietary License" ,
44- " License :: Free for non-commercial use" ,
4546 " Programming Language :: Python" ,
4647 " Programming Language :: Python :: 3" ,
4748 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments