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