summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2015-10-02 01:26:59 +0100
committerThomas Grainger <tagrain@gmail.com>2015-10-02 01:26:59 +0100
commita4d63a60d47be3cebf0e64317653a1cb7974a6e9 (patch)
treea569409ec5034091092451aa473d8a60e98202f1 /setup.cfg
parent5a15cbb0d84137d9d5591f35572ece8b46caa2cb (diff)
downloadpip-a4d63a60d47be3cebf0e64317653a1cb7974a6e9.tar.gz
Use the new wheel config section
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a6b1293d8..cdc1dfe00 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[pytest]
addopts = --ignore pip/_vendor --ignore tests/tests_cache
-[wheel]
+[bdist_wheel]
universal=1