From 641d53196cfdbb0255fca3bd1ac84e951e14c3fb Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 7 Feb 2020 10:37:28 +0000 Subject: [PATCH] Remove universal wheel configuration Now that we've dropped py2 support we shouldn't be setting this anymore. Change-Id: Ief4e4bbaa3c95bd4a54dd4a6f4f2288997390afe Signed-off-by: Stephen Finucane --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b9b8f8eeea9a..d6f3cb69e06e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,6 +83,3 @@ input_file = nova/locale/nova.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = nova/locale/nova.pot - -[bdist_wheel] -universal = 1