From a910e9f446ff59f5ab0360e6a13db2d22d253951 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 3 Aug 2021 20:01:48 +0200 Subject: [PATCH] Stop marking wheels as universal We don't support Python 2, so they're not universal. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 37065bd..a885e5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[wheel] -universal = 1 - [tool:pytest] addopts = --tb=short