Merge pull request #2228 from benoitc/no-universal-wheel

Don't build universal wheel, as Python 2 support has been removed
This commit is contained in:
Brett Randall 2020-01-02 06:55:49 +11:00 committed by GitHub
commit 1e0ab52405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,5 @@ norecursedirs = examples lib local src
testpaths = tests/
addopts = --assert=plain --cov=gunicorn --cov-report=xml
[wheel]
universal = 1
[metadata]
license_file = LICENSE