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)
|
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
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Reference in New Issue