From 228502914730cfd68edc8216c5ff50236d599e42 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 09:56:09 +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: I3d25f7157b429d44f338fab9a3d68dbf9c73be8c --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 47b5df2d56..19dfc07447 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,3 +65,6 @@ input_file = ironic/locale/ironic.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = ironic/locale/ironic.pot + +[wheel] +universal = 1