[Python-checkins] peps: pep-0427: Require metadata 1.1 or greater

daniel.holth python-checkins at python.org
Wed Feb 13 04:31:05 CET 2013


http://hg.python.org/peps/rev/c11b02eef533
changeset:   4736:c11b02eef533
user:        Daniel Holth <dholth at fastmail.fm>
date:        Tue Feb 12 22:30:53 2013 -0500
summary:
  pep-0427: Require metadata 1.1 or greater

files:
  pep-0427.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0427.txt b/pep-0427.txt
--- a/pep-0427.txt
+++ b/pep-0427.txt
@@ -163,8 +163,8 @@
    ``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::
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list