From f913dfc041bab577cdea34e261153545b98d3e4c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 3 Jun 2017 17:14:19 -0700 Subject: 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/ --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.1