]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
setup.cfg: Use universal wheel
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Mon, 21 Sep 2015 17:24:10 +0000 (19:24 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Mon, 21 Sep 2015 17:36:24 +0000 (19:36 +0200)
setup.cfg

index ffe7c8f94c78b76442ed73506d4d7de8cf15295f..61207e66d351b0cb774ef04f46d30a2540f0755a 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,3 +6,6 @@ release = egg_info -RDb ''
 
 [pytest]
 norecursedirs = .* _* scripts {args}
+
+[bdist_wheel]
+universal = 1