From dab0a303e17e279dcd791f398dce84bd7413186f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 May 2016 11:22:32 +0000 Subject: [PATCH] Python2 and 3 are both supported in a single wheel Signed-off-by: Patrick Uiterwijk --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2213b9b..111a26f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [aliases] test=nosetests + +[bdist_wheel] +universal = 1