Skip to content

Commit dd7dff6

Browse files
committed
The packaging docs apparently discourage license. julian@Airm
They say to just use the classifier. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license which says: If you are using a standard, well-known license, it is not necessary to use this field. Instead, you should use one of the classifiers starting with License ::. Though we'll keep an eye on PEP639 which hopefully gets accepted soon, and which slightly tweaks some of these fields.
1 parent 16cc044 commit dd7dff6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ source = "vcs"
99
name = "jsonschema"
1010
description = "An implementation of JSON Schema validation for Python"
1111
requires-python = ">=3.8"
12-
license = {text = "MIT"}
1312
keywords = [
1413
"validation",
1514
"data validation",

0 commit comments

Comments
 (0)