summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2018-06-25 15:07:26 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2018-06-25 15:08:06 -0700
commite9912e92981d1edd25c91714e1275be6a9f5046b (patch)
tree5b98fbb901ce787470f11acf6975ec5751310c9e /python
parent7dbc8f564af5b67d46cb74f81ec48796bfbbae65 (diff)
downloadflatbuffers-e9912e92981d1edd25c91714e1275be6a9f5046b.tar.gz
flatbuffers-e9912e92981d1edd25c91714e1275be6a9f5046b.tar.bz2
flatbuffers-e9912e92981d1edd25c91714e1275be6a9f5046b.zip
Added setup.cfg to default to python 2/3 wheels for pypi.
Change-Id: I64cf42aca79c32d21cd15c1415125ba97665d134
Diffstat (limited to 'python')
-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..3c6e79cf
--- /dev/null
+++ b/python/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal=1