diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ef5a98e727..41ecde17d5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ - + ## Summary of changes @@ -15,4 +15,4 @@ Closes [`changelog.d/`]: https://github.com/pypa/setuptools/tree/master/changelog.d [PR docs]: -https://setuptools.readthedocs.io/en/latest/development/developer-guide.html#making-a-pull-request +https://setuptools.pypa.io/en/latest/development/developer-guide.html#making-a-pull-request diff --git a/CHANGES.rst b/CHANGES.rst index b87e4363a2..de900208cb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2273,7 +2273,7 @@ v30.3.0 * #394 via #862: Added support for `declarative package config in a setup.cfg file - `_. + `_. v30.2.1 ------- @@ -2734,7 +2734,7 @@ v23.0.0 about, please comment in the ticket. * #604: Removed docs building support. The project now relies on documentation hosted at - https://setuptools.readthedocs.io/. + https://setuptools.pypa.io/. v22.0.5 ------- @@ -2884,7 +2884,7 @@ v20.6.0 `semver `_ precisely. The 'v' prefix on version numbers now also allows version numbers to be referenced in the changelog, - e.g. http://setuptools.readthedocs.io/en/latest/history.html#v20-6-0. + e.g. http://setuptools.pypa.io/en/latest/history.html#v20-6-0. 20.5 ---- @@ -2964,7 +2964,7 @@ v20.6.0 * Added support for using passwords from keyring in the upload command. See `the upload docs - `_ + `_ for details. 20.0 @@ -3718,7 +3718,7 @@ process to fail and PyPI uploads no longer accept files for 13.0. --- * Added a `Developer Guide - `_ to the official + `_ to the official documentation. * Some code refactoring and cleanup was done with no intended behavioral changes. @@ -5425,7 +5425,7 @@ easy_install * ``setuptools`` now finds its commands, ``setup()`` argument validators, and metadata writers using entry points, so that they can be extended by third-party packages. See `Creating distutils Extensions - `_ + `_ for more details. * The vestigial ``depends`` command has been removed. It was never finished diff --git a/README.rst b/README.rst index 6e7b95cf5d..fab4111886 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ :alt: Code style: Black .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg - :target: https://setuptools.readthedocs.io + :target: https://setuptools.pypa.io .. image:: https://img.shields.io/badge/skeleton-2021-informational :target: https://blog.jaraco.com/skeleton diff --git a/docs/deprecated/distutils/_setuptools_disclaimer.rst b/docs/deprecated/distutils/_setuptools_disclaimer.rst index cc75858326..628c2e4f65 100644 --- a/docs/deprecated/distutils/_setuptools_disclaimer.rst +++ b/docs/deprecated/distutils/_setuptools_disclaimer.rst @@ -1,5 +1,5 @@ .. note:: This document is being retained solely until the ``setuptools`` documentation - at https://setuptools.readthedocs.io/en/latest/setuptools.html + at https://setuptools.pypa.io/en/latest/setuptools.html independently covers all of the relevant information currently included here. diff --git a/docs/deprecated/distutils/apiref.rst b/docs/deprecated/distutils/apiref.rst index f721fc169f..f00ed74c69 100644 --- a/docs/deprecated/distutils/apiref.rst +++ b/docs/deprecated/distutils/apiref.rst @@ -11,7 +11,7 @@ API Reference and other APIs, makes the API consistent across different Python versions, and is hence recommended over using ``distutils`` directly. -.. _New and changed setup.py arguments in setuptools: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords +.. _New and changed setup.py arguments in setuptools: https://setuptools.pypa.io/en/latest/setuptools.html#new-and-changed-setup-keywords .. include:: ./_setuptools_disclaimer.rst diff --git a/docs/development/developer-guide.rst b/docs/development/developer-guide.rst index 052ca76230..f29c1a80e4 100644 --- a/docs/development/developer-guide.rst +++ b/docs/development/developer-guide.rst @@ -110,7 +110,7 @@ To build the docs locally, use tox:: $ tox -e docs .. _Sphinx: http://www.sphinx-doc.org/en/master/ -.. _published documentation: https://setuptools.readthedocs.io/en/latest/ +.. _published documentation: https://setuptools.pypa.io/en/latest/ --------------------- Vendored Dependencies diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index c615bc0965..42129d5b56 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -1484,7 +1484,7 @@ def _fn(self, base, resource_name): def _validate_resource_path(path): """ Validate the resource paths according to the docs. - https://setuptools.readthedocs.io/en/latest/pkg_resources.html#basic-resource-access + https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access >>> warned = getfixture('recwarn') >>> warnings.simplefilter('always') diff --git a/setup.cfg b/setup.cfg index 30f06b800a..73c6483d93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ classifiers = Topic :: Utilities keywords = CPAN PyPI distutils eggs package management project_urls = - Documentation = https://setuptools.readthedocs.io/ + Documentation = https://setuptools.pypa.io/ [options] packages = find_namespace: diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 1aed0e8703..fc848d0d1c 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -6,7 +6,7 @@ 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 @@ def check_site_dir(self): # noqa: C901 # is too complex (12) # FIXME 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 @@ def byte_compile(self, to_compile): * 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.