summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-04-19 11:57:38 +0200
committerHynek Schlawack <hs@ox.cx>2016-04-19 11:57:38 +0200
commitb38f623bce1d4bdb71b3c65678a6fa37ae1b3ad0 (patch)
treee9a4fc4ec4aefd132664c68d37bccd01c6dd5541 /setup.cfg
parentf314e71a5b371f32db2f3bcf03c6f137d51ee7aa (diff)
downloadpyopenssl-b38f623bce1d4bdb71b3c65678a6fa37ae1b3ad0.tar.gz
wheel is bdist_wheel for a while now
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 8a1dc84..b4deb77 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ testpaths = tests
[sdist]
force_manifest=1
-[wheel]
+[bdist_wheel]
universal = 1
# bdist_rpm settings contributed by Mihai Ibanescu <misa@redhat.com>