summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-06-03 17:13:13 -0700
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2017-06-03 19:13:13 -0500
commit4e77dc65ca94d9dafd9e0b61dce4698e0346f83f (patch)
tree9910125d63fc7ddfcd14c6cfea032fa0c5cb5e8b
parent59f15e9ea7024e3f97da8464ae165b9a4b3d1b76 (diff)
downloadpyflakes-4e77dc65ca94d9dafd9e0b61dce4698e0346f83f.tar.gz
Rename [wheel] section to [bdist_wheel] as the former is legacy (#278)
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 5e40900..2a9acf1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
-[wheel]
+[bdist_wheel]
universal = 1