diff --git a/setup.cfg b/setup.cfg index c60b722..634ecb1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,9 @@ ignore = ignore = N801,N802,N803,N805,N806,N812,E301 exclude = bootstrap.py max-complexity = 70 + +[bdist_wheel] +universal = 1 + +[zest.releaser] +create-wheel = yes