From: Jeff Widman Date: Sat, 11 Feb 2017 07:12:14 +0000 (-0800) Subject: bdist_wheel replaces wheel X-Git-Tag: 2.10~31^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4249ee3bfbfe925cf464caeb18b377d73bf428;p=thirdparty%2Fjinja.git bdist_wheel replaces wheel https://packaging.python.org/distributing/#universal-wheels --- diff --git a/setup.cfg b/setup.cfg index a24252c0..41675cdc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[wheel] +[bdist_wheel] universal = 1 [metadata]