diff --git a/setup.cfg b/setup.cfg index 6ca3a72..15c8b9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,6 @@ description-file = README.md [flake8] ignore = E501,E123,E124,E126,E127,E128 + +[bdist_wheel] +universal = 1