diff --git a/setup.cfg b/setup.cfg index 9aeb42f..000c0e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,3 +2,6 @@ exclude = docs,.git,build,dist ignore = E124,E125,E128,E261,E301,E302,E303 max-line-length = 79 + +[wheel] +universal = 1