Skip to content

Commit 7a633c9

Browse files
committed
Removed setup_requires
Fixes #487.
1 parent 4419390 commit 7a633c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/news.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
**0.38.3 (2022-11-08)**
5+
6+
- Fixed install failure when used with ``--no-binary``, reported on Ubuntu 20.04, by
7+
removing ``setup_requires`` from ``setup.cfg``
8+
49
**0.38.2 (2022-11-05)**
510

611
- Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ package_dir=
3232
= src
3333
packages = find:
3434
python_requires = >=3.7
35-
setup_requires = setuptools >= 45.2.0
3635
zip_safe = False
3736

3837
[options.packages.find]

0 commit comments

Comments
 (0)