Skip to content

Commit

Permalink
Add Makefile target to create a dist
Browse files Browse the repository at this point in the history
  • Loading branch information
wbolster committed May 22, 2012
1 parent 9cddacf commit 8e5f723
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ test:

clean:
find . -name '*.py[co]' -delete

dist: test
python setup.py sdist

0 comments on commit 8e5f723

Please sign in to comment.