From 21992d7017cd09671e99d729fd39d269cd2108b7 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 6 Mar 2016 21:38:21 +0100 Subject: [PATCH] SETUP enable build of universal wheels --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9b67573..654c47d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ [nosetests] verbosity=3 -with-doctest=1 +with-doctest=1 + +[bdist_wheel] +# This flag says that the code is written to work on both Python 2 and Python 3. +universal=1