[pkg] Configure "universal" wheel build
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 21 Nov 2016 14:52:33 +0100
changeset 11856 92e9cbc6fc57
parent 11855 e6cdc4d3add5
child 11857 a166ddb503aa
[pkg] Configure "universal" wheel build According to https://packaging.python.org/distributing/#wheels, we should create universal wheels (no 2to3 step, no C extension). Configure this in setup.cfg. [ci skip]
setup.cfg
--- a/setup.cfg	Mon Nov 21 15:17:32 2016 +0100
+++ b/setup.cfg	Mon Nov 21 14:52:33 2016 +0100
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal = 1
+
 [check-manifest]
 ignore =
   debian