diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-26 06:27:19 -0700 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-04-26 07:00:01 -0700 |
| commit | 06736eec5894df69dc267876cf78381804df3ada (patch) | |
| tree | 24190c5287bc67947ab76d58e98d2f958b2400a0 /docs/setuptools.txt | |
| parent | d0800d78a78809020b1681574061490019096657 (diff) | |
| download | external_python_setuptools-06736eec5894df69dc267876cf78381804df3ada.tar.gz external_python_setuptools-06736eec5894df69dc267876cf78381804df3ada.tar.bz2 external_python_setuptools-06736eec5894df69dc267876cf78381804df3ada.zip | |
Update all pypi.python.org URLs to pypi.org
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 65080a0b..e14d2088 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2277,7 +2277,7 @@ The ``upload`` command is implemented and `documented in distutils. Setuptools augments the ``upload`` command with support -for `keyring <https://pypi.python.org/pypi/keyring>`_, +for `keyring <https://pypi.org/project/keyring/>`_, allowing the password to be stored in a secure location and not in plaintext in the .pypirc file. To use keyring, first install keyring and set the password for @@ -2671,8 +2671,8 @@ Adding Support for Revision Control Systems If the files you want to include in the source distribution are tracked using Git, Mercurial or SVN, you can use the following packages to achieve that: -- Git and Mercurial: `setuptools_scm <https://pypi.python.org/pypi/setuptools_scm>`_ -- SVN: `setuptools_svn <https://pypi.python.org/pypi/setuptools_svn>`_ +- Git and Mercurial: `setuptools_scm <https://pypi.org/project/setuptools_scm/>`_ +- SVN: `setuptools_svn <https://pypi.org/project/setuptools_svn/>`_ If you would like to create a plugin for ``setuptools`` to find files tracked by another revision control system, you can do so by adding an entry point to |
