Add universal=1 to setup.cfg to build python 3 wheels

We have py3 gate check, but didn't release py3 wheel in pypi.

Change-Id: Ice9eba06b40b4c0e3bc087614ba361c3976aa8ab
This commit is contained in:
liusheng 2017-09-28 16:51:23 +08:00
parent 6e2a01d3c0
commit e4867fd8cb
1 changed files with 3 additions and 0 deletions

View File

@ -102,3 +102,6 @@ output_file = moganclient/locale/moganclient.pot
all_files = 1
build-dir = releasenotes/build
source-dir = releasenotes/source
[wheel]
universal = 1