From 4c13891d4be4d3293fc4d37e003c60f15550e31d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 28 Mar 2013 14:33:09 +0100 Subject: [PATCH] Build universal wheels. Thanks for the hint, Daniel Holt. --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 478fb6d..cef5b1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,4 +39,7 @@ extra_files = requirements/tests.txt [backwards_compat] -zip_safe = False +zip_safe = false + +[wheel] +universal = 1