aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-06-10 14:49:09 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-06-10 14:49:09 -0700
commit10a3ceecfca9bea3155e6be6eada811192e0fa16 (patch)
tree274fa517fd979bbbd62cb5d6de9efb4238fd3f6f /setup.cfg
parent995d309317c6895a123c03df28bc8f51f6ead5f5 (diff)
downloadexternal_python_setuptools-10a3ceecfca9bea3155e6be6eada811192e0fa16.tar.gz
external_python_setuptools-10a3ceecfca9bea3155e6be6eada811192e0fa16.tar.bz2
external_python_setuptools-10a3ceecfca9bea3155e6be6eada811192e0fa16.zip
Rename [wheel] section to [bdist_wheel] as the former is legacy
See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b5199a62..9facb308 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,8 +19,7 @@ repository = https://upload.pypi.org/legacy/
[sdist]
formats = zip
-[wheel]
+[bdist_wheel]
universal = 1
[bumpversion:file:setup.py]
-