aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-07-29 14:04:26 -0700
committerGitHub <noreply@github.com>2016-07-29 14:04:26 -0700
commitf3449e5f57bd99eb2eb2f53f846bc857b7cdc752 (patch)
tree467bbea16df32c2d01f522f2814409badca879ab
parent7e93458bb7417e0c0c7af11a4eae9950b55a320a (diff)
parent811674f4793bfd5b26835d322477adb15ae3855f (diff)
downloadprotobuf-f3449e5f57bd99eb2eb2f53f846bc857b7cdc752.tar.gz
protobuf-f3449e5f57bd99eb2eb2f53f846bc857b7cdc752.tar.bz2
protobuf-f3449e5f57bd99eb2eb2f53f846bc857b7cdc752.zip
Merge pull request #1891 from pherl/python
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