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