Mark glance_store 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: I40d66609277e58e8d6fee9cc98948f7b2507f75a
This commit is contained in:
Andreas Jaeger 2014-09-22 11:11:20 +02:00
parent 692a6cdc6e
commit 35c9d978f3
1 changed files with 3 additions and 0 deletions

View File

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