Skip to content

Commit

Permalink
Revert "Add support for PEP 639 License-Expression."
Browse files Browse the repository at this point in the history
This reverts commit 8bacee1.

Ref pypa/twine#1146
  • Loading branch information
jaraco committed Sep 6, 2024
1 parent 712a703 commit 0dd69c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ def discover(cls):

@staticmethod
def _discover_fields():
yield 'Metadata-Version', '2.4'
yield 'Metadata-Version', '2.3'
yield 'Name', discovery.best_name()
yield 'Version', discovery.version_from_vcs()
yield 'Author-Email', discovery.author_from_vcs()
yield 'License-Expression', 'MIT'
yield 'Summary', discovery.summary_from_github()
yield 'Requires-Python', discovery.python_requires_supported()
deps = list(discovery.combined_deps())
Expand Down

0 comments on commit 0dd69c2

Please sign in to comment.