Add publish command.

This commit is contained in:
Steve Pulec 2015-02-22 10:58:51 -05:00
commit dc0a6bb17e
2 changed files with 4 additions and 0 deletions

View file

@ -8,3 +8,5 @@ test:
rm -f .coverage
@nosetests -sv --with-coverage ./tests/
publish:
python setup.py sdist bdist_wheel upload