summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2015-10-02 00:39:12 +0100
committerRobert Collins <robertc@robertcollins.net>2016-05-18 17:42:01 +1200
commit3ab32ecf6a17b574bd28d9abb4155580caf3191c (patch)
tree9d1fd7b2318da2cbc89c2ccb33234a0e09cd3027 /setup.cfg
parentd8729f8820560f3338a5d07ec6dfe4f650b65753 (diff)
downloadpython-test-extras-3ab32ecf6a17b574bd28d9abb4155580caf3191c.tar.gz
Support universal wheels
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 c319dc7..ea88702 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,3 +2,6 @@
test_module = extras.tests
buffer=1
catch=1
+
+[bdist_wheel]
+universal = 1