summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-08-26 15:35:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-08-26 15:35:09 -0400
commit250cb960021233160e78a6f2c2780cfc1c964b9c (patch)
tree4bd4a07e479a4585ffa1af03f7f482b66c8cbc20
parent16d68a9fd19e6a726cc86fd1e3ec5f2d24788345 (diff)
downloadpytest-runner-250cb960021233160e78a6f2c2780cfc1c964b9c.tar.gz
Inspired by pypa/setuptools#1059, use the preferred bdist_wheel heading.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e080324..b0c90cb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,5 +2,5 @@
release = dists upload
dists = clean --all sdist bdist_wheel
-[wheel]
+[bdist_wheel]
universal = 1