From 3ed560af136c717fa2ccf81d93281106de35a904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 5 Oct 2018 13:52:20 +0200 Subject: [PATCH] Always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ic5e5089a8ff62660392a92cfc9c0aa29d4d32e0a --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index addb688c..8fd669f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,5 +35,5 @@ oslo.config.opts = oslo.config.driver = remote_file = oslo_config.sources._uri:URIConfigurationSourceDriver -[wheel] +[bdist_wheel] universal = 1