diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-11-08 19:40:18 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-11-08 19:40:18 +0200 |
commit | 7a633c92f04d7a135459ad07700e0307900c549e (patch) | |
tree | 1122749e7aaa1931666442ee09f3739d1d7fd22e | |
parent | 44193907eb308930de05deed863fb4d157c5c866 (diff) | |
download | wheel-git-7a633c92f04d7a135459ad07700e0307900c549e.tar.gz |
Removed setup_requires
Fixes #487.
-rw-r--r-- | docs/news.rst | 5 | ||||
-rw-r--r-- | setup.cfg | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/news.rst b/docs/news.rst index 8ef3bc5..01f20b6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,11 @@ Release Notes ============= +**0.38.3 (2022-11-08)** + +- Fixed install failure when used with ``--no-binary``, reported on Ubuntu 20.04, by + removing ``setup_requires`` from ``setup.cfg`` + **0.38.2 (2022-11-05)** - Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with @@ -32,7 +32,6 @@ package_dir= = src packages = find: python_requires = >=3.7 -setup_requires = setuptools >= 45.2.0 zip_safe = False [options.packages.find] |