From 5cd02483c6839e987b723ecba389040a6d6fe79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 9 Oct 2018 15:56:29 +0200 Subject: [PATCH] Always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: I173a1d5b4f204fcda2e92fd751228dbc79009b8c --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f489b25d..627a629c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,5 +51,5 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo_log/locale/oslo_log.pot -[wheel] +[bdist_wheel] universal = 1