Skip to content

Commit

Permalink
Merge pull request #93 from aragilar/add_wheel
Browse files Browse the repository at this point in the history
Add support for universal wheel
  • Loading branch information
dfm committed Jan 4, 2017
2 parents 691cae0 + c679f5d commit 7f71f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

if sys.argv[-1] == "publish":
os.system("python setup.py sdist upload")
os.system("python setup.py sdist bdist_wheel upload")
sys.exit()

# Hackishly inject a constant into builtins to enable importing of the
Expand Down

0 comments on commit 7f71f54

Please sign in to comment.