From e9ed47f41662340503df3ec0ad9f2a5d7479bd6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 4 Oct 2018 17:02:03 +0200 Subject: [PATCH] always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: I3369303d278af6154cdcf06b727e8ff941dc410a --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dd742694b..3c03ffacf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ oslo.messaging.notify.drivers = oslo.config.opts = oslo.messaging = oslo_messaging.opts:list_opts -[wheel] +[bdist_wheel] universal = 1 [compile_catalog]