Correct # of PEP being replaced
Remove sentence about extensibility; make punctuation change Specify Supported-Platform as multiple use
This commit is contained in:
parent
3cee6838de
commit
e2a947991c
|
@ -9,7 +9,7 @@ Content-type: text/plain
|
|||
Created: 12-Apr-2003
|
||||
Python-Version: 2.3
|
||||
Post-History: 29-Apr-2003
|
||||
Replaces: 243
|
||||
Replaces: 241
|
||||
|
||||
Introduction
|
||||
|
||||
|
@ -36,8 +36,7 @@ Including Metadata in Packages
|
|||
|
||||
The PKG-INFO file format is a single set of RFC-822 headers
|
||||
parseable by the rfc822.py module. The field names listed in the
|
||||
following section are used as the header names. There's no
|
||||
extension mechanism in this simple format.
|
||||
following section are used as the header names.
|
||||
|
||||
|
||||
Fields
|
||||
|
@ -48,7 +47,7 @@ Fields
|
|||
Fields marked with "(Multiple use)" may be specified multiple
|
||||
times in a single PKG-INFO file. Other fields may only occur
|
||||
once in a PKG-INFO file. Fields marked with "(optional)" are
|
||||
not required to appear in a valid PKG-INFO file, all other
|
||||
not required to appear in a valid PKG-INFO file; all other
|
||||
fields must be present.
|
||||
|
||||
Metadata-Version
|
||||
|
@ -92,7 +91,7 @@ Fields
|
|||
|
||||
Platform: POSIX, Windows
|
||||
|
||||
Supported-Platform
|
||||
Supported-Platform (multiple use)
|
||||
|
||||
Binary distributions containing a PKG-INFO file will use the
|
||||
Supported-Platform field in their metadata to specify the OS and
|
||||
|
|
Loading…
Reference in New Issue