From: Tom Christie Date: Thu, 5 Mar 2020 12:56:47 +0000 (+0000) Subject: Do not mark wheel as universal (#851) X-Git-Tag: 0.12.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae45c23cc5ff62447246e238eafd94351f302538;p=thirdparty%2Fhttpx.git Do not mark wheel as universal (#851) --- diff --git a/setup.cfg b/setup.cfg index 5b2e962f..ed623e61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal = 1 - [flake8] ignore = W503, E203, B305 max-line-length = 88