[Python-checkins] peps: PEP-0426: reword Project-URL
daniel.holth
python-checkins at python.org
Sat Nov 10 03:00:07 CET 2012
http://hg.python.org/peps/rev/4eb9b56fcfb6
changeset: 4582:4eb9b56fcfb6
user: Daniel Holth <dholth at fastmail.fm>
date: Fri Nov 09 20:59:17 2012 -0500
summary:
PEP-0426: reword Project-URL
files:
pep-0426.txt | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -414,14 +414,14 @@
Project-URL (multiple use)
::::::::::::::::::::::::::
-A string containing a browsable URL for the project and a label for it,
-separated by a comma.
+A string containing a label and a browsable URL for the project, separated
+by the last occurance of comma and space ", ".
Example::
- Bug Tracker, http://bitbucket.org/tarek/distribute/issues/
+ Bug, Issue Tracker, http://bitbucket.org/tarek/distribute/issues/
-The label is a free text limited to 32 signs.
+The label is a free text.
Provides-Extra (multiple use)
@@ -606,14 +606,15 @@
* Changed fields:
+ - Description
+ - Project-URL
- Requires-Dist
- - Description
* Added fields:
+ - Extension
+ - Provides-Extra
- Setup-Requires-Dist
- - Provides-Extra
- - Extension
References
==========
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list