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

It was renamed to 'license' in 178d19cff163.

Patch by Augustin Laville.
This commit is contained in:
Berker Peksag 2016-04-24 01:55:09 +03:00
parent 557326eed3
commit ce18d8c2f4
1 changed files with 1 additions and 2 deletions

View File

@ -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",
)