summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-08-28 03:12:33 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-08-28 03:12:33 -0700
commitc0155c264658ec71483bcb4aad4a6136aa5e6ee7 (patch)
tree56a43a3e36f8592b7284c8fd690218a14bd0ab8f
parent6d0a27856ff5ffef6cedb0cf442cb386edbbbd66 (diff)
downloadappdirs-c0155c264658ec71483bcb4aad4a6136aa5e6ee7.tar.gz
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/
-rw-r--r--setup.cfg4
1 files 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