diff --git a/docs/news.rst b/docs/news.rst index 8ef3bc5c..01f20b69 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 diff --git a/setup.cfg b/setup.cfg index b4a7b147..01ccda33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]