Skip to content

Commit

Permalink
added Makefile for building package for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sholiday committed Jul 26, 2012
1 parent 5d9aafd commit 2f011ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
clean:
rm -Rf dist Desire2Download.egg-info

post: clean
python setup.py sdist upload

0 comments on commit 2f011ad

Please sign in to comment.