summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-22 21:46:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-22 21:52:00 -0400
commitc5c2149ff1ce1d0473d33b04de267945a88c64bb (patch)
treea213c5d80462368e7a384a48f12cd861a466f627 /changelog.d
parente4a10577f03b912b16c97fff3d5c233fd64addaf (diff)
downloadpython-setuptools-git-c5c2149ff1ce1d0473d33b04de267945a88c64bb.tar.gz
Remove 'wheel' from setup_requires.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2681.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2681.change.rst b/changelog.d/2681.change.rst
new file mode 100644
index 00000000..e6c66dbe
--- /dev/null
+++ b/changelog.d/2681.change.rst
@@ -0,0 +1 @@
+Setuptools own setup.py no longer declares setup_requires, but instead expects wheel to be installed as declared by pyproject.toml.