mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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:
commit
1e0ab52405
@ -3,8 +3,5 @@ norecursedirs = examples lib local src
|
|||||||
testpaths = tests/
|
testpaths = tests/
|
||||||
addopts = --assert=plain --cov=gunicorn --cov-report=xml
|
addopts = --assert=plain --cov=gunicorn --cov-report=xml
|
||||||
|
|
||||||
[wheel]
|
|
||||||
universal = 1
|
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user