summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2015-10-02 00:44:08 +0100
committerThomas Grainger <tagrain@gmail.com>2015-10-02 00:44:08 +0100
commit364a389405e337889ea17bc8770ad3dc691803cb (patch)
tree9b1a40b3238455450853098153cd153e27d03e5f
parent6d75600087e94bb26c1e2a07a63c7687e186f672 (diff)
downloadblinker-364a389405e337889ea17bc8770ad3dc691803cb.tar.gz
Support universal wheels
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a0af19a..d47317b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[upload_docs]
upload-dir = docs/html
+
+[bdist_wheel]
+universal = 1