From f3514b6e22f9302fad5e68af1ae358fd7d00b3b4 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Thu, 31 Mar 2016 10:50:50 -0500 Subject: [PATCH] Added setup.cfg file for creating universal wheel distribution --- 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