From e0e8ad2fd9c62179984cc8f567b69d44c5628d3e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 21 May 2014 16:28:25 -0700 Subject: [PATCH] Mark openstacksdk as being a universal wheel Change-Id: Ib3a686d4d5d594ac23b4018036af4b05ae948829 --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 16cc774b3..f2ea46ab1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,4 +43,7 @@ input_file = openstack/locale/python-openstacksdk.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = openstack/locale/python-openstacksdk.pot \ No newline at end of file +output_file = openstack/locale/python-openstacksdk.pot + +[wheel] +universal = 1