From 9c5f6e5f2914a84e208fe50e1b47782075756e5f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 6 Feb 2020 09:03:23 -0800 Subject: [PATCH] Don't build universal wheels Nodepool is a python3 project and does not support python2 so universal wheels do not apply. Change-Id: I74be4e1ee1026702fbcf82363362dd763fa09a06 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0c41ca804..1aa53621b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,3 @@ source-dir = doc/source build-dir = doc/build all_files = 1 warning-is-error = 1 - -[wheel] -universal = 1