diff --git a/setup.cfg b/setup.cfg index 3476f72..2cda866 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,4 +47,7 @@ input_file = solumclient/locale/python-solumclient.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = solumclient/locale/python-solumclient.pot \ No newline at end of file +output_file = solumclient/locale/python-solumclient.pot + +[wheel] +universal = 1