summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2015-10-02 00:34:35 +0100
committerThomas Grainger <tagrain@gmail.com>2015-10-02 00:34:35 +0100
commitb9b27ef1c3d961953db15ee5d924ffd8f2f3db95 (patch)
tree0b71b890b608aa30440fe758d809075905dc5ff3
parent49f3682ccf45a4bd82af0649b03a60c1af0fb143 (diff)
downloadply-b9b27ef1c3d961953db15ee5d924ffd8f2f3db95.tar.gz
Support universal wheels
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1