summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMorgan Fainberg <morgan.fainberg@gmail.com>2014-07-02 19:55:53 -0700
committerMorgan Fainberg <morgan.fainberg@gmail.com>2014-07-18 17:38:02 +0000
commitbc143620b74f4e4240290aed0a9479311898b45e (patch)
tree7cecec2395c494e52ba7d551288b4b7d920c5b99 /setup.cfg
parentb9927f4e13ef1b6ed955c19151af980c2d558532 (diff)
downloadkeystonemiddleware-bc143620b74f4e4240290aed0a9479311898b45e.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
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