mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Issue #26089: Remove duplicate field 'license' from DistributionMetadata
It was renamed to 'license' in 178d19cff163. Patch by Augustin Laville.
This commit is contained in:
parent
557326eed3
commit
ce18d8c2f4
1 changed files with 1 additions and 2 deletions
|
|
@ -1018,8 +1018,7 @@ class DistributionMetadata:
|
||||||
"maintainer", "maintainer_email", "url",
|
"maintainer", "maintainer_email", "url",
|
||||||
"license", "description", "long_description",
|
"license", "description", "long_description",
|
||||||
"keywords", "platforms", "fullname", "contact",
|
"keywords", "platforms", "fullname", "contact",
|
||||||
"contact_email", "license", "classifiers",
|
"contact_email", "classifiers", "download_url",
|
||||||
"download_url",
|
|
||||||
# PEP 314
|
# PEP 314
|
||||||
"provides", "requires", "obsoletes",
|
"provides", "requires", "obsoletes",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue