PEP-0426: reword Project-URL

This commit is contained in:
Daniel Holth 2012-11-09 20:59:17 -05:00
parent c728a9ecfb
commit ce52c98a8f
1 changed files with 8 additions and 7 deletions

View File

@ -414,14 +414,14 @@ Examples::
Project-URL (multiple use) Project-URL (multiple use)
:::::::::::::::::::::::::: ::::::::::::::::::::::::::
A string containing a browsable URL for the project and a label for it, A string containing a label and a browsable URL for the project, separated
separated by a comma. by the last occurance of comma and space ", ".
Example:: 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) Provides-Extra (multiple use)
@ -606,14 +606,15 @@ Summary of Differences From PEP 345
* Changed fields: * Changed fields:
- Requires-Dist
- Description - Description
- Project-URL
- Requires-Dist
* Added fields: * Added fields:
- Setup-Requires-Dist - Extension
- Provides-Extra - Provides-Extra
- Extension - Setup-Requires-Dist
References References
========== ==========