From f4f51b2421031564e6d8136badb686a79b26535a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:28:36 +0100 Subject: Support building wheels (PEP-427) With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I88dc57dffccb64e0965be012fa31b95be1428352 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 8e4c5c6f..51cc7e70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,3 +39,6 @@ source-dir = doc/source [nosetests] verbosity=2 detailed-errors=1 + +[wheel] +universal = 1 -- cgit v1.2.1