build universal wheels

We support Python 2 and 3 and don't have any C source that needs to be
compiled when building the wheel, so go ahead and build universal
wheels.

Change-Id: Ic2b4ae5e29e3fd870642bf7e4e4b7287267857c4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-02-16 15:19:15 -05:00
parent 911834599a
commit e8b3de622c
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ input_file = storyboardclient/locale/python-storyboardclient.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = storyboardclient/locale/python-storyboardclient.pot
[wheel]
universal = 1