summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-03 10:06:09 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-03 10:06:09 +0100
commit7dcec940e1145bd713096a3f50b7088d3a2e8ee9 (patch)
treea1513ee376fb7bf382eb22f2105e95f80a4aa9ad /setup.cfg
parent61d317cf17c2a34836cc0ec85579663cf176b483 (diff)
downloadgemato-7dcec940e1145bd713096a3f50b7088d3a2e8ee9.tar.gz
Support building wheels
Diffstat (limited to 'setup.cfg')
-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..0b2360c
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = true