From bd44cc900ee3bd1327e277f63505418b49039026 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Sat, 16 Apr 2016 14:52:22 -0700 Subject: [PATCH] Distribute as universal wheel Add a setup.cfg that indicates that a universal wheel should be build. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg 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