Add Richard as author; minor corrections
This commit is contained in:
parent
de78ffe201
commit
5afb381de5
12
pep-0314.txt
12
pep-0314.txt
|
@ -2,7 +2,7 @@ PEP: 314
|
|||
Title: Metadata for Python Software Packages v1.1
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: A.M. Kuchling <amk@amk.ca>
|
||||
Author: A.M. Kuchling <amk@amk.ca>, Richard Jones
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-type: text/plain
|
||||
|
@ -207,7 +207,7 @@ Fields
|
|||
Each entry contains a string describing some other module or
|
||||
package required by this package.
|
||||
|
||||
The format of a requirement string is simple: an module or
|
||||
The format of a requirement string is simple: a module or
|
||||
package name, optionally followed by a version declaration within
|
||||
parentheses. Leading and trailing whitespace are ignored, and
|
||||
whitespace within the string is normalized to a single space.
|
||||
|
@ -276,7 +276,11 @@ Summary of Differences From PEP 241
|
|||
|
||||
* Added the Classifiers field from PEP 301.
|
||||
|
||||
* Added fields: Download-URL, Requires, Provides, Obsoletes, Conflicts.
|
||||
* The License and Platform files should now only be used if the
|
||||
platform or license can't be handled by an appropriate Classifier
|
||||
value.
|
||||
|
||||
* Added fields: Download-URL, Requires, Provides, Obsoletes.
|
||||
|
||||
|
||||
Open issues
|
||||
|
@ -286,7 +290,7 @@ Open issues
|
|||
|
||||
Acknowledgements
|
||||
|
||||
Richard Jones suggested using reST for the Description field.
|
||||
None.
|
||||
|
||||
|
||||
References
|
||||
|
|
Loading…
Reference in New Issue