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:
parent
911834599a
commit
e8b3de622c
@ -45,3 +45,6 @@ input_file = storyboardclient/locale/python-storyboardclient.pot
|
|||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
mapping_file = babel.cfg
|
mapping_file = babel.cfg
|
||||||
output_file = storyboardclient/locale/python-storyboardclient.pot
|
output_file = storyboardclient/locale/python-storyboardclient.pot
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user