diff --git a/setup.cfg b/setup.cfg index 16cc774b..f2ea46ab 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