From 241685499630aa2ca2baf9f554b86dffa090fa6d Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Tue, 1 Mar 2016 12:30:47 +0100 Subject: [PATCH] Set universal flag in setup.cfg This is a pure python package and was being packaged (e.g. to pypi) like this anyway. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 38fe76970..94d051cdf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[bdist_wheel] +universal = 1 + [pep8] exclude = urls.py,tasks.py,*migrations*,*bower_components* max-line-length = 100