diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-22 21:46:08 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-22 21:52:00 -0400 |
| commit | c5c2149ff1ce1d0473d33b04de267945a88c64bb (patch) | |
| tree | a213c5d80462368e7a384a48f12cd861a466f627 /changelog.d | |
| parent | e4a10577f03b912b16c97fff3d5c233fd64addaf (diff) | |
| download | python-setuptools-git-c5c2149ff1ce1d0473d33b04de267945a88c64bb.tar.gz | |
Remove 'wheel' from setup_requires.
Diffstat (limited to 'changelog.d')
| -rw-r--r-- | changelog.d/2681.change.rst | 1 |
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. |
