diff --git a/setup.cfg b/setup.cfg index 224a779..b2445a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [metadata] -description-file = README.md \ No newline at end of file +description-file = README.md + +[bdist_wheel] +universal=1 \ No newline at end of file