From 234aaea53fef37909e6af2c12ad4e1aafac92370 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:31:47 +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: I93cee533132d59955b558da34c86ba5d310b2869 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 29722275..eb67ef15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,3 +36,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html + +[wheel] +universal = 1