From c0e4a918d7aa2e3298ba0264d3d798050d53d771 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 23 May 2020 17:44:41 -0700 Subject: [PATCH] do not build universal wheels as we are python 3 only --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ed8a958e..0c9e0fc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ -[bdist_wheel] -universal = 1 - [metadata] license_file = LICENSE -- 2.47.3