summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNicola Soranzo <nicola.soranzo@earlham.ac.uk>2018-04-10 16:23:20 +0100
committerNicola Soranzo <nicola.soranzo@earlham.ac.uk>2018-04-10 16:25:59 +0100
commit382a5262fabc85708a9ba97dc8021caa738550b5 (patch)
treec4bb3d63560a626a72b3449846a55cb8f1d53ffc /setup.cfg
parent28a49772e3feb60b8074bec2df6689911cd189ac (diff)
downloadcmd2-git-382a5262fabc85708a9ba97dc8021caa738550b5.tar.gz
Build universal wheels
See See https://packaging.python.org/tutorials/distributing-packages/#universal-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 00000000..2a9acf13
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1