From 4d6830104dfe7a1b728b8782a02af5b99ca0366f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:25:49 +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: I51e0358e9a6efec26588ce076bda5e3fe2d91b44 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index cee55111b..e7fccacea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,3 +78,6 @@ cover-inclusive = true ; ; detailed-errors = 1 + +[wheel] +universal = 1