Skip to content

Commit

Permalink
Universal wheel support
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 4, 2018
1 parent e3936dd commit 3969988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def start():
def dist():

# Build the source code
local('python setup.py sdist bdist_wheel')
local('python setup.py sdist bdist_wheel --universal')
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
description-file = readme.md

0 comments on commit 3969988

Please sign in to comment.