diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-18 21:33:19 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-18 21:33:25 -0500 |
commit | fe19053225a6030087df2b239b667b9617f9fc6c (patch) | |
tree | e2ced00d64236f6090fb123b674144d30d303896 | |
parent | b6fcbbd00cb6d5607c9272dec452a50457bdb292 (diff) | |
download | python-setuptools-git-fe19053225a6030087df2b239b667b9617f9fc6c.tar.gz |
Update changelog.
-rw-r--r-- | changelog.d/2896.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2896.change.rst b/changelog.d/2896.change.rst new file mode 100644 index 00000000..e0aebdcb --- /dev/null +++ b/changelog.d/2896.change.rst @@ -0,0 +1 @@ +Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib. |