Mark trove as being a universal wheel

Universal is used to identify pure-Python module(by bdist_wheel). For
these, it is sufficient to build a wheel with _any_ Python ABI
version and publish that to PyPI (by whatever means).

Change-Id: I41c1bddf27be9986c43ce408eccfc6b43c5562a1
This commit is contained in:
Andreas Jaeger 2014-09-22 11:04:51 +02:00
parent 5e7675db4a
commit 0a6819e9ef
1 changed files with 3 additions and 0 deletions

View File

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