From e13b3a578d88fc783ff6b1722c3ec1151c4b9c50 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 09:49:11 +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: Idfc291f496a81498df6408f189854f49eca496d3 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index efd3489..11d8c17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,3 +36,6 @@ distutils.setup_keywords = all_files = 1 build-dir = doc/build source-dir = doc/source + +[wheel] +universal = 1 -- cgit v1.2.1