From df99372b778a5d24eb11ef73816a2107741292d1 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 09:58: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: I703df5830c8ab360e8382fe7c8155241d379c67e --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 64236fc7..49ea8041 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,3 +47,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html + +[wheel] +universal = 1