diff --git a/setup.cfg b/setup.cfg index d2c784f..34ca003 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,11 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. +# https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels +[bdist_wheel] +universal = 1 + + # http://flake8.pycqa.org/en/latest/user/configuration.html [flake8] ignore = E126,E128,E265,E731,W504