From cb1a83259dd3f0bdaa79a093d365805a25e0e030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Mon, 3 Feb 2020 18:38:40 +0100 Subject: [PATCH] Stop to build universal wheel Remove forgotten bdist wheel config Change-Id: I527a088254035c227d66cac27516c59b2ca186ff --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7121a4f..9a7c3da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,3 @@ input_file = oslo_concurrency/locale/oslo_concurrency.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo_concurrency/locale/oslo_concurrency.pot - -[bdist_wheel] -universal = 1