From 811674f4793bfd5b26835d322477adb15ae3855f Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Fri, 29 Jul 2016 14:02:07 -0700 Subject: add setup.cfg for building wheels --- python/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/setup.cfg (limited to 'python/setup.cfg') diff --git a/python/setup.cfg b/python/setup.cfg new file mode 100644 index 00000000..2a9acf13 --- /dev/null +++ b/python/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 -- cgit v1.2.3