From d08ab879879e042436beefa56ac45d1a8c06ec5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 5 Oct 2018 09:35:42 +0200 Subject: [PATCH] Always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: If413df68ea4e3535f45e538c6dded4a2877edd99 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 83c102a..c73e0f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,5 +45,5 @@ keywords = _ gettext ngettext l_ lazy_gettext _C:1c,2 _P:1,2 mapping_file = babel.cfg output_file = oslo_i18n/locale/oslo_i18n.pot -[wheel] +[bdist_wheel] universal = 1