Skip to content

Commit 5486d93

Browse files
committed
Revert "The packaging docs apparently discourage license. julian@Airm"
Interesting -- this actually breaks `pip show` showing the license. There must be some upstream solution to that but let's revert for this moment until we investigate. This reverts commit dd7dff6.
1 parent dd7dff6 commit 5486d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)