From bc143620b74f4e4240290aed0a9479311898b45e Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Wed, 2 Jul 2014 19:55:53 -0700 Subject: 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 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 62298f0..9886f80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,3 +49,5 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = keystonemiddleware/locale/keystonemiddleware.pot +[wheel] +universal = 1 -- cgit v1.2.1