build universal wheels

By default setuptools produces a version-specific wheel file so
installation under other versions of Python require extra work at
install time. This change turns on "universal" wheel support, so that
the wheel file will be marked as supporting both Python 2 and 3.

Change-Id: Id16b70ae3b957a9a6e2cca46f4a730ec84b1cdf8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-02 18:12:54 -04:00
parent 33a94d31fe
commit 9999a24da3
1 changed files with 3 additions and 0 deletions

View File

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