pep-0427: Require metadata 1.1 or greater

This commit is contained in:
Daniel Holth 2013-02-12 22:30:53 -05:00
parent 5380293c4b
commit 1ab3113380
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ its version, e.g. ``1.0.0``, consist of:
``b'#!python'`` in order to enjoy script wrapper generation and
``#!python`` rewriting at install time. They may have any or no
extension.
#. ``{distribution}-{version}.dist-info/METADATA`` is Metadata version 1.2
(PEP 345) or greater format metadata.
#. ``{distribution}-{version}.dist-info/METADATA`` is Metadata version 1.1
(PEP 314, PEP 345, PEP 426) or greater format metadata.
#. ``{distribution}-{version}.dist-info/WHEEL`` is metadata about the archive
itself::