diff --git a/setup.cfg b/setup.cfg index 5ed97a9..e038fa6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,4 +4,7 @@ license_files = LICENSE [options] setup_requires = setuptools_scm - setuptools_scm_git_archive \ No newline at end of file + setuptools_scm_git_archive + +[bdist_wheel] +universal=1 \ No newline at end of file