PEP 345: Improve example for the Project-URL field and clarify purpose (#1216)

This commit is contained in:
wim glenn 2019-10-25 13:58:26 -05:00 committed by Brett Cannon
parent 77d093d3d1
commit 067d654c38
1 changed files with 10 additions and 5 deletions

View File

@ -385,14 +385,19 @@ 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 an extra URL for the project and a label for it,
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