commit | 811674f4793bfd5b26835d322477adb15ae3855f | [log] [tgz] |
---|---|---|
author | Jisi Liu <jisi.liu@gmail.com> | Fri Jul 29 14:02:07 2016 -0700 |
committer | Jisi Liu <jisi.liu@gmail.com> | Fri Jul 29 14:02:07 2016 -0700 |
tree | f6bfb35656f6fafef2f2dfc90a3a4d59f0699c31 | |
parent | de30c5639165f69db0cdfe538d82d13250c274bb [diff] |
add setup.cfg for building wheels
diff --git a/python/setup.cfg b/python/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/python/setup.cfg
@@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1