pep-0427: Require metadata 1.1 or greater
This commit is contained in:
parent
5380293c4b
commit
1ab3113380
|
@ -163,8 +163,8 @@ its version, e.g. ``1.0.0``, consist of:
|
||||||
``b'#!python'`` in order to enjoy script wrapper generation and
|
``b'#!python'`` in order to enjoy script wrapper generation and
|
||||||
``#!python`` rewriting at install time. They may have any or no
|
``#!python`` rewriting at install time. They may have any or no
|
||||||
extension.
|
extension.
|
||||||
#. ``{distribution}-{version}.dist-info/METADATA`` is Metadata version 1.2
|
#. ``{distribution}-{version}.dist-info/METADATA`` is Metadata version 1.1
|
||||||
(PEP 345) or greater format metadata.
|
(PEP 314, PEP 345, PEP 426) or greater format metadata.
|
||||||
#. ``{distribution}-{version}.dist-info/WHEEL`` is metadata about the archive
|
#. ``{distribution}-{version}.dist-info/WHEEL`` is metadata about the archive
|
||||||
itself::
|
itself::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue