From 14bb86f70684b929bff5cd916966334630502301 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 3 Apr 2020 13:59:10 -0700 Subject: [PATCH] Stop building universal wheels Hacking requires python >= 3.5, but we build universal wheels which are valid under python2. This creates some confusion for people that expect these wheels to then function under python2. Avoid confusion by building python3 only wheels instead. Change-Id: Ic1d957f711738ad4932e3d9c3356ab6d640aa373 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 777bf683..a124bd42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,6 +72,3 @@ warning-is-error = 1 tag_build = tag_date = 0 tag_svn_revision = 0 - -[wheel] -universal = 1