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