diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2016-07-29 14:02:07 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2016-07-29 14:02:07 -0700 |
commit | 811674f4793bfd5b26835d322477adb15ae3855f (patch) | |
tree | f6bfb35656f6fafef2f2dfc90a3a4d59f0699c31 /python | |
parent | de30c5639165f69db0cdfe538d82d13250c274bb (diff) |
add setup.cfg for building wheels
Diffstat (limited to 'python')
-rw-r--r-- | python/setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
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 |