Skip to content

Commit

Permalink
Universal wheel in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Nov 27, 2017
1 parent 7498b4b commit 0304125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 0304125

Please sign in to comment.