From 984e9e360be74ff0b403a8548927aa3619ed7098 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:40:42 +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: Ia7583925080fbe15d8274ff4badcd089b6512004 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index ab74841..f5062dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,3 +45,6 @@ namespace_packages = extra_files = setup.py README.rst + +[wheel] +universal = 1