summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-14 08:16:56 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-14 08:16:56 -0400
commitc00ac3e880b662c7ede430430dc14f1a1c5ac02a (patch)
tree4c629b5bc174a872f4e176809d13882ce11fdd30 /setup.cfg
parent3ff123beec032c940a2a8c6ae85596e50026d465 (diff)
downloadcherrypy-git-c00ac3e880b662c7ede430430dc14f1a1c5ac02a.tar.gz
Prefer 'bdist_wheel' to 'wheel'. Move ahead of metadata to align with jaraco/skeleton.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 1661e8a5..94d106fe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,9 +2,9 @@
release = sdist bdist_wheel
test = pytest
+[bdist_wheel]
+universal = 1
+
[metadata]
license_file = LICENSE.md
long_description = file:README.rst
-
-[wheel]
-universal = 1