From 42b51eb3d5945a52256a55417e26807416a86ddd Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 10 Dec 2021 17:34:36 -0500 Subject: Consider this a breaking change. --- changelog.d/2896.breaking.rst | 1 + changelog.d/2896.change.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/2896.breaking.rst delete mode 100644 changelog.d/2896.change.rst diff --git a/changelog.d/2896.breaking.rst b/changelog.d/2896.breaking.rst new file mode 100644 index 00000000..e0aebdcb --- /dev/null +++ b/changelog.d/2896.breaking.rst @@ -0,0 +1 @@ +Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib. diff --git a/changelog.d/2896.change.rst b/changelog.d/2896.change.rst deleted file mode 100644 index e0aebdcb..00000000 --- a/changelog.d/2896.change.rst +++ /dev/null @@ -1 +0,0 @@ -Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib. -- cgit v1.2.1