enhancing automation of release

This commit is contained in:
Gabriel Falcao
2012-11-08 00:02:36 -05:00
parent 49b36726e0
commit 44cc59525a

View File

@@ -24,6 +24,5 @@ clean:
@echo "OK!"
release: clean unit functional
@printf "Exporting to $(filename)... "
@tar czf $(filename) httpretty setup.py README.md COPYING
@echo "DONE!"
@echo "Releasing httpretty..."
@python setup.py sdist register upload