Add publish command.

This commit is contained in:
Steve Pulec 2015-02-22 10:58:51 -05:00
parent 580d78a168
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

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1