From 2a193a2dc52b6b25ad67c282ea01d98616c21e3f Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 19 Nov 2017 14:16:27 -0800 Subject: [PATCH] Rename [wheel] section to [bdist_wheel] as the former is legacy For additional details, see: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/ Change-Id: I3e34a09499684cfd5adc6d89273ded54459e89c6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index acafbc5..ef158fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ all_files = 1 build-dir = doc/build source-dir = doc/source -[wheel] +[bdist_wheel] universal = 1 [extras]