From: Lasse Schuirmann Date: Mon, 21 Sep 2015 17:24:10 +0000 (+0200) Subject: setup.cfg: Use universal wheel X-Git-Tag: dev-2a51c9b95d06~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab419202016167252d14e5bd5ae47c8f5916d33;p=thirdparty%2Fbabel.git setup.cfg: Use universal wheel --- diff --git a/setup.cfg b/setup.cfg index ffe7c8f9..61207e66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,3 +6,6 @@ release = egg_info -RDb '' [pytest] norecursedirs = .* _* scripts {args} + +[bdist_wheel] +universal = 1