From: Bob Halley Date: Sun, 24 May 2020 00:44:41 +0000 (-0700) Subject: do not build universal wheels as we are python 3 only X-Git-Tag: v2.0.0rc1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e4a918d7aa2e3298ba0264d3d798050d53d771;p=thirdparty%2Fdnspython.git do not build universal wheels as we are python 3 only --- diff --git a/setup.cfg b/setup.cfg index ed8a958e..0c9e0fc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE