From 3e5735819140d619f8b891eb2a82edb09743dc6b Mon Sep 17 00:00:00 2001 From: rcorzogutierrez Date: Thu, 24 Mar 2016 14:58:01 -0400 Subject: [PATCH] Update to universal distribute --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 445b946..2cab84e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,6 @@ include_trailing_comma = true known_first_party = channels multi_line_output = 5 not_skip = __init__.py + +[bdist_wheel] +universal=1