From 1639baab1ed3d84cd039dadd608de08ae16c6718 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:21:17 +0100 Subject: [PATCH] Support building wheels (PEP-427) With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I7d8e2cce8588db054cef97f1fb3c21da47f09f36 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 444cc47f..66563224 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,3 +51,6 @@ input_file = tuskar/locale/tuskar.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = tuskar/locale/tuskar.pot + +[wheel] +universal = 1