aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-07-29 14:02:07 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-07-29 14:02:07 -0700
commit811674f4793bfd5b26835d322477adb15ae3855f (patch)
treef6bfb35656f6fafef2f2dfc90a3a4d59f0699c31
parentde30c5639165f69db0cdfe538d82d13250c274bb (diff)
downloadprotobuf-811674f4793bfd5b26835d322477adb15ae3855f.tar.gz
protobuf-811674f4793bfd5b26835d322477adb15ae3855f.tar.bz2
protobuf-811674f4793bfd5b26835d322477adb15ae3855f.zip
add setup.cfg for building wheels
-rw-r--r--python/setup.cfg2
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