Skip to content

Commit 0dd69c2

Browse files
committed
Revert "Add support for PEP 639 License-Expression."
This reverts commit 8bacee1. Ref pypa/twine#1146
1 parent 712a703 commit 0dd69c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metadata.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@ def discover(cls):
8585

8686
@staticmethod
8787
def _discover_fields():
88-
yield 'Metadata-Version', '2.4'
88+
yield 'Metadata-Version', '2.3'
8989
yield 'Name', discovery.best_name()
9090
yield 'Version', discovery.version_from_vcs()
9191
yield 'Author-Email', discovery.author_from_vcs()
92-
yield 'License-Expression', 'MIT'
9392
yield 'Summary', discovery.summary_from_github()
9493
yield 'Requires-Python', discovery.python_requires_supported()
9594
deps = list(discovery.combined_deps())

0 commit comments

Comments
 (0)