From c0155c264658ec71483bcb4aad4a6136aa5e6ee7 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 28 Aug 2018 03:12:33 -0700 Subject: Rename [wheel] section to [bdist_wheel] as the former is legacy For additional details, see: https://github.com/pypa/wheel/blob/3dc261abc98a5e43bc7fcf5783d080aaf8f9f0cf/wheel/bdist_wheel.py#L127-L133 http://pythonwheels.com/ --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7c964b4..2a9acf1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ -[wheel] -universal=1 +[bdist_wheel] +universal = 1 -- cgit v1.2.1