diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-13 21:00:22 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-13 21:00:22 +0000 |
commit | c522737c9488472d30ced2a11739e607a6f8ddff (patch) | |
tree | 62f7ff7e64442dc06212c2e3aff3f5b689ce4198 | |
parent | 722e1fd0e50ad69fbdd4d0373fc5bd4d75a1d845 (diff) | |
download | python-setuptools-git-c522737c9488472d30ced2a11739e607a6f8ddff.tar.gz |
Fix version of setuptools for default local distutils
-rw-r--r-- | docs/deprecated/distutils-legacy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst index cdc4e39b..f600c52b 100644 --- a/docs/deprecated/distutils-legacy.rst +++ b/docs/deprecated/distutils-legacy.rst @@ -3,7 +3,7 @@ Porting from Distutils Setuptools and the PyPA have a `stated goal <https://github.com/pypa/packaging-problems/issues/127>`_ to make Setuptools the reference API for distutils. -Since the 49.1.2 release, Setuptools includes a local, vendored copy of distutils (from late copies of CPython) that is enabled by default. To disable the use of this copy of distutils when invoking setuptools, set the enviroment variable: +Since the 60.0.0 release, Setuptools includes a local, vendored copy of distutils (from late copies of CPython) that is enabled by default. To disable the use of this copy of distutils when invoking setuptools, set the enviroment variable: SETUPTOOLS_USE_DISTUTILS=stdlib |