Skip to content

Commit 2ad1365

Browse files
committed
Support PEP639 License-Expression and License-File in json output
1 parent dd6c4ad commit 2ad1365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pip/_internal/metadata/_json.py

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
("Maintainer", False),
2424
("Maintainer-email", False),
2525
("License", False),
26+
("License-Expression", False),
27+
("License-File", True),
2628
("Classifier", True),
2729
("Requires-Dist", True),
2830
("Requires-Python", False),

0 commit comments

Comments
 (0)