From 5027866b3904f5765a1a0681c987f6b1f0431edb Mon Sep 17 00:00:00 2001 From: Dmitry Belyaev Date: Wed, 19 Feb 2020 14:33:01 +0300 Subject: [PATCH] bdist_wheel universal --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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