From 7cce20e93776491506d8d0d4123e549d15b42bce Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Wed, 1 Jan 2020 11:35:11 +1100 Subject: [PATCH] Don't build universal wheel, since Python 2 support has been removed. This reverts commit 765b8ab48b6fb991eeb9bcf4f60c0cba6f48359f . --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 64d0abc0..b880b5d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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