diff options
Diffstat (limited to 'Doc/distutils/setupscript.rst')
-rw-r--r-- | Doc/distutils/setupscript.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index ba7810715d..6ed6fbf223 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -610,8 +610,9 @@ Notes: <http://pypi.python.org/pypi>`_. (5) - The ``long_description`` field is used by PyPI when you are registering a - package, to build its home page. + The ``long_description`` field is used by PyPI when you are + :ref:`registering <package-register>` a package, to + :ref:`build its home page <package-display>`. (6) The ``license`` field is a text indicating the license covering the |