PEP-0426: reword Project-URL
This commit is contained in:
parent
c728a9ecfb
commit
ce52c98a8f
15
pep-0426.txt
15
pep-0426.txt
|
@ -414,14 +414,14 @@ Examples::
|
|||
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 @@ Summary of Differences From PEP 345
|
|||
|
||||
* Changed fields:
|
||||
|
||||
- Requires-Dist
|
||||
- Description
|
||||
- Project-URL
|
||||
- Requires-Dist
|
||||
|
||||
* Added fields:
|
||||
|
||||
- Setup-Requires-Dist
|
||||
- Extension
|
||||
- Provides-Extra
|
||||
- Extension
|
||||
- Setup-Requires-Dist
|
||||
|
||||
References
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue