Skip to content

Commit ce308d2

Browse files
committed
use license field instead of license classifier
1 parent 0aab842 commit ce308d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ name = "hypofuzz"
1717
dynamic = ["version"]
1818
description = "Adaptive fuzzing for property-based tests"
1919
readme = "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"
2023
license-files = ["LICENSE", "CONTRIBUTING.md"]
2124
requires-python = ">=3.10"
2225
authors = [
@@ -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",

0 commit comments

Comments
 (0)