Remove "universal" from "bdist_wheel" configuration

Since dropping Python 2 support, the wheel is no longer universal. See
the wheel docs:
https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels

> If your project … is expected to work on both Python 2 and 3, you will
> want to tell wheel to produce universal wheels by adding this to your
> setup.cfg file:
This commit is contained in:
Jon Dufresne 2020-12-23 08:41:48 -08:00
parent be9637f7f5
commit 1f3b0300df
1 changed files with 0 additions and 3 deletions

View File

@ -101,8 +101,5 @@ exclude_lines =
# Can be set to exclude e.g. `if PY2:` on Python 3
${PIP_CI_COVERAGE_EXCLUDES}
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.txt