Skip to content

Commit

Permalink
Support PEP639 License-Expression and License-File in json output
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Dec 29, 2024
1 parent dd6c4ad commit 2ad1365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pip/_internal/metadata/_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
("Maintainer", False),
("Maintainer-email", False),
("License", False),
("License-Expression", False),
("License-File", True),
("Classifier", True),
("Requires-Dist", True),
("Requires-Python", False),
Expand Down

0 comments on commit 2ad1365

Please sign in to comment.