diff options
author | Julien Palard <julien@palard.fr> | 2022-01-24 23:47:19 +0100 |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2022-01-24 23:47:19 +0100 |
commit | b48ef32c926052695008b2f4a8a2c68ca0d88678 (patch) | |
tree | 1c08f98b75d5759afc3ee7ff5ebbcedee753d297 /docs/deprecated | |
parent | 1a1397a4ef0327ba09ddd4a3d0916af48d3be7ec (diff) | |
download | python-setuptools-git-b48ef32c926052695008b2f4a8a2c68ca0d88678.tar.gz |
doc: Fix trailing spaces, tabs, and missing newlines at end of file.
Diffstat (limited to 'docs/deprecated')
-rw-r--r-- | docs/deprecated/distutils-legacy.rst | 2 | ||||
-rw-r--r-- | docs/deprecated/functionalities.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst index 94104fe8..148dc259 100644 --- a/docs/deprecated/distutils-legacy.rst +++ b/docs/deprecated/distutils-legacy.rst @@ -5,7 +5,7 @@ Setuptools and the PyPA have a `stated goal <https://github.com/pypa/packaging-p Since the 49.1.2 release, Setuptools includes a local, vendored copy of distutils (from late copies of CPython) that is disabled by default. To enable the use of this copy of distutils when invoking setuptools, set the enviroment variable: - SETUPTOOLS_USE_DISTUTILS=local + SETUPTOOLS_USE_DISTUTILS=local This behavior is planned to become the default. diff --git a/docs/deprecated/functionalities.rst b/docs/deprecated/functionalities.rst index c6ea83b3..7213c5d6 100644 --- a/docs/deprecated/functionalities.rst +++ b/docs/deprecated/functionalities.rst @@ -30,4 +30,4 @@ invoked via symlinks. They *must* be invoked using their original filename, in order to ensure that, once running, ``pkg_resources`` will know what project and version is in use. The header script will check this and exit with an error if the ``.egg`` file has been renamed or is invoked via a symlink that -changes its base name.
\ No newline at end of file +changes its base name. |