Added setup.cfg to default to python 2/3 wheels for pypi.
authorWouter van Oortmerssen <aardappel@gmail.com>
Mon, 25 Jun 2018 22:07:26 +0000 (15:07 -0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 25 Jun 2018 22:08:06 +0000 (15:08 -0700)
Change-Id: I64cf42aca79c32d21cd15c1415125ba97665d134

python/setup.cfg [new file with mode: 0644]

diff --git a/python/setup.cfg b/python/setup.cfg
new file mode 100644 (file)
index 0000000..3c6e79c
--- /dev/null
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal=1