We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712a703 commit 0dd69c2Copy full SHA for 0dd69c2
metadata.py
@@ -85,11 +85,10 @@ def discover(cls):
85
86
@staticmethod
87
def _discover_fields():
88
- yield 'Metadata-Version', '2.4'
+ yield 'Metadata-Version', '2.3'
89
yield 'Name', discovery.best_name()
90
yield 'Version', discovery.version_from_vcs()
91
yield 'Author-Email', discovery.author_from_vcs()
92
- yield 'License-Expression', 'MIT'
93
yield 'Summary', discovery.summary_from_github()
94
yield 'Requires-Python', discovery.python_requires_supported()
95
deps = list(discovery.combined_deps())
0 commit comments