From ade5db618337ccb60d6e2d3729d0a148436937f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 5 Oct 2018 11:35:54 +0200 Subject: [PATCH] Always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ic72dff75b43b6ebebd4a90b2dbb9baf0db48e139 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 39afc07..dec25e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,5 +54,5 @@ output_file = oslo_concurrency/locale/oslo_concurrency.pot [pbr] warnerrors = True -[wheel] +[bdist_wheel] universal = 1