diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-11-16 13:05:23 +0200 |
---|---|---|
committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-11-16 13:05:23 +0200 |
commit | a65c4326c788cd9f6a81eb1754029751500f7721 (patch) | |
tree | bb292cc4931e2e49fd681eebb9d350b7e178edea /setuptools/command/easy_install.py | |
parent | c65e3380b0a18c92a0fc2d2b770b17cfaaec054b (diff) | |
download | python-setuptools-git-a65c4326c788cd9f6a81eb1754029751500f7721.tar.gz |
Update setuptools.readthedocs.io to setuptools.pypa.io
Diffstat (limited to 'setuptools/command/easy_install.py')
-rw-r--r-- | setuptools/command/easy_install.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 1aed0e87..fc848d0d 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -6,7 +6,7 @@ A tool for doing automatic download/extract/build of distutils-based Python packages. For detailed documentation, see the accompanying EasyInstall.txt file, or visit the `EasyInstall home page`__. -__ https://setuptools.readthedocs.io/en/latest/deprecated/easy_install.html +__ https://setuptools.pypa.io/en/latest/deprecated/easy_install.html """ @@ -519,7 +519,7 @@ class easy_install(Command): For information on other options, you may wish to consult the documentation at: - https://setuptools.readthedocs.io/en/latest/deprecated/easy_install.html + https://setuptools.pypa.io/en/latest/deprecated/easy_install.html Please make the appropriate changes for your system and try again. """).lstrip() # noqa @@ -1312,7 +1312,7 @@ class easy_install(Command): * You can set up the installation directory to support ".pth" files by using one of the approaches described here: - https://setuptools.readthedocs.io/en/latest/deprecated/easy_install.html#custom-installation-locations + https://setuptools.pypa.io/en/latest/deprecated/easy_install.html#custom-installation-locations Please make the appropriate changes for your system and try again. |