diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-03-19 09:10:41 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-03-19 09:10:41 -0400 |
commit | e109eff86e98c0570a5c86f83e470ea942aab5a5 (patch) | |
tree | 545e4bf2ac7584e2921151eba4b6d2a25e1c5ce3 /docs/userguide/quickstart.rst | |
parent | ddca7988e951021340ee445994d3c6c55a957eee (diff) | |
download | python-setuptools-git-e109eff86e98c0570a5c86f83e470ea942aab5a5.tar.gz |
Fix warnings for pypi references.
Diffstat (limited to 'docs/userguide/quickstart.rst')
-rw-r--r-- | docs/userguide/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index f3183624..4fb59b14 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -211,7 +211,7 @@ Uploading your package to PyPI ============================== After generating the distribution files, the next step would be to upload your distribution so others can use it. This functionality is provided by -`twine <https://pypi.org/project/twine/>`_ and we will only demonstrate the +:pypi:`twine` and we will only demonstrate the basic use here. |