summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTore Lundqvist <tlt@mima.x.se>2016-09-26 20:13:52 +0200
committerGitHub <noreply@github.com>2016-09-26 20:13:52 +0200
commitf7baa67a57a10278fdd14582023c060bb98dd2d1 (patch)
treed2b3ce674cf3503b128893a217fee196de832c1f /setup.cfg
parentcb18a2a77cabeb299e26726ec3ea0df4ec85386b (diff)
downloadpython-magic-f7baa67a57a10278fdd14582023c060bb98dd2d1.tar.gz
Configure package universal wheel distribution
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 42e09e7..d07fea2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[global]
command_packages=stdeb.command
+
+[bdist_wheel]
+universal = 1