From 60a3cc1e796428f2373fb2024122f8dbc7f1c56b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 3 Oct 2021 21:24:03 +0300 Subject: [PATCH] No need to build universal wheels for Python 3-only --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d6c36d12..360a416d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal = 1 - [flake8] max-line-length = 140 exclude = .tox,.eggs,ci/templates,build,dist