From cd89aa0e39715eb9549429a9379d3447038a466d Mon Sep 17 00:00:00 2001 From: gopackgo90 Date: Thu, 10 Mar 2022 23:16:10 -0600 Subject: [PATCH] Fix #296 Stop producing a universal wheel, python 2 is unspported --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ffb9ab00..4ed2ef02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,8 +15,5 @@ ignore = N806, N802, N801, N803 ignore = D102,D104,D203,D105,D213 match-dir = [^migrations] -[wheel] -universal = 1 - [isort] profile=black