Commit ce18d8c2 authored by Berker Peksag's avatar Berker Peksag

Issue #26089: Remove duplicate field 'license' from DistributionMetadata

It was renamed to 'license' in 178d19cff163.

Patch by Augustin Laville.
parent 557326ee
......@@ -1018,8 +1018,7 @@ class DistributionMetadata:
"maintainer", "maintainer_email", "url",
"license", "description", "long_description",
"keywords", "platforms", "fullname", "contact",
"contact_email", "license", "classifiers",
"download_url",
"contact_email", "classifiers", "download_url",
# PEP 314
"provides", "requires", "obsoletes",
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment