aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorBen Nuttall <ben@bennuttall.com>2020-01-19 12:13:12 +0000
committerGitHub <noreply@github.com>2020-01-19 12:13:12 +0000
commit9d32a834dfea6e144b05e502fca506fc19d4fa71 (patch)
tree1e3e56a145b59524a62ce52bbb649eaa2a57cb61 /setup.cfg
parent682b6511ac67e021b542e74ce30e13fe52bc2da9 (diff)
downloadexternal_python_setuptools-9d32a834dfea6e144b05e502fca506fc19d4fa71.tar.gz
external_python_setuptools-9d32a834dfea6e144b05e502fca506fc19d4fa71.tar.bz2
external_python_setuptools-9d32a834dfea6e144b05e502fca506fc19d4fa71.zip
Ensure bdist_wheel no longer creates a universal wheel, close #1976
by removing the [bdist_wheel] section
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 18c9e1df..f7dc4ea3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,9 +14,6 @@ repository = https://upload.pypi.org/legacy/
[sdist]
formats = zip
-[bdist_wheel]
-universal = 1
-
[metadata]
name = setuptools
version = 45.0.0