Mark keystonemiddleware as being a universal wheel

Keystonemiddleware is pure python and is version agnostic. 
It should be marked as a universal wheel as it can be installed 
anywhere by pip (see the documentation on python packaging and
wheels). This mirrors python-keystoneclient's marking as a
universal wheel (as most of the code in keystonemiddleware
originated from python-keystoneclient).
 
Change-Id: I3e25578e6fc7a30b5eb7544d85a7ef39e711bd34
This commit is contained in:
Morgan Fainberg 2014-07-02 19:55:53 -07:00
parent b9927f4e13
commit bc143620b7
1 changed files with 2 additions and 0 deletions

View File

@ -49,3 +49,5 @@ keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = keystonemiddleware/locale/keystonemiddleware.pot
[wheel]
universal = 1