PEP 345: Improve example for the Project-URL field and clarify purpose (#1216)
This commit is contained in:
parent
77d093d3d1
commit
067d654c38
15
pep-0345.txt
15
pep-0345.txt
|
@ -385,14 +385,19 @@ 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 an extra URL for the project and a label for it,
|
||||||
separated by a comma.
|
separated by a comma. This should be used when there are other URLs
|
||||||
|
to list in the metadata in addition to the "Home-page" field.
|
||||||
|
|
||||||
Example::
|
Examples::
|
||||||
|
|
||||||
Bug Tracker, http://bitbucket.org/tarek/distribute/issues/
|
Project-URL: Bug Tracker, https://github.com/pypa/setuptools/issues
|
||||||
|
Project-URL: Documentation, https://setuptools.readthedocs.io/
|
||||||
|
Project-URL: Funding, https://donate.pypi.org
|
||||||
|
|
||||||
The label is a free text limited to 32 signs.
|
The label is free text, with a maximum length of 32 characters. Notice
|
||||||
|
that distributions uploaded to PyPI will have these extra entries
|
||||||
|
displayed under the "Project links" section of their landing page.
|
||||||
|
|
||||||
|
|
||||||
Version Specifiers
|
Version Specifiers
|
||||||
|
|
Loading…
Reference in New Issue