diff options
author | Thomas Grainger <tagrain@gmail.com> | 2015-10-02 00:44:08 +0100 |
---|---|---|
committer | Thomas Grainger <tagrain@gmail.com> | 2015-10-02 00:44:08 +0100 |
commit | 364a389405e337889ea17bc8770ad3dc691803cb (patch) | |
tree | 9b1a40b3238455450853098153cd153e27d03e5f /setup.cfg | |
parent | 6d75600087e94bb26c1e2a07a63c7687e186f672 (diff) | |
download | blinker-364a389405e337889ea17bc8770ad3dc691803cb.tar.gz |
Support universal wheels
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ [upload_docs] upload-dir = docs/html + +[bdist_wheel] +universal = 1 |