Skip to content

Commit

Permalink
Wheel support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Nov 13, 2013
1 parent a123f83 commit 86bdd85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ charade:
git clone https://github.com/sigmavirus24/charade.git
mv charade/charade requests/packages/
rm -fr charade

publish:
python setup.py sdist upload
python setup.py bdist_wheel upload
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wheel]
universal = 1

0 comments on commit 86bdd85

Please sign in to comment.