From 36c4d8f2526620ad0b12dd9dbefc49f60f0b74ed Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:32:57 +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: I5be3ea39fd43db85a3b99b50a69b7ca6aaa2690e --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 422656b..1592a9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,3 +28,6 @@ console_scripts = tag_build = tag_date = 0 tag_svn_revision = 0 + +[wheel] +universal = 1