Added setup.cfg to default to python 2/3 wheels for pypi.

Change-Id: I64cf42aca79c32d21cd15c1415125ba97665d134
This commit is contained in:
Wouter van Oortmerssen 2018-06-25 15:07:26 -07:00
parent 7dbc8f564a
commit e9912e9298
1 changed files with 2 additions and 0 deletions

2
python/setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1