summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-06-03 17:14:19 -0700
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2017-06-03 19:14:19 -0500
commitf913dfc041bab577cdea34e261153545b98d3e4c (patch)
tree1d1d56cfcfb40236246a755370c9f0221d23d3bf
parent4538f43989a49aef163355cae44ebd686d1c780c (diff)
downloadpep8-f913dfc041bab577cdea34e261153545b98d3e4c.tar.gz
Rename [wheel] section to [bdist_wheel] as the former is legacy (#653)
See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 803bc10..fcc079a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[wheel]
+[bdist_wheel]
universal = 1
[pycodestyle]