From 03041254b9bc9cc03ac7d4cf90cdf6608975972a Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 27 Nov 2017 14:17:26 -0500 Subject: [PATCH] Universal wheel in build script --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 43ff44de2..1cfd9807b 100755 --- a/build.py +++ b/build.py @@ -17,7 +17,7 @@ def main(self): #if self.upload: # local.python("setup.py", "register") - local.python("setup.py", "sdist", "--formats=gztar", "bdist_wininst", "--plat-name=win32", "bdist_wheel") + local.python("setup.py", "sdist", "--formats=gztar", "bdist_wininst", "--plat-name=win32", "bdist_wheel", "--universal") delete(local.cwd // "*.egg-info", "build")