clean repo before uploading to pypi

This commit is contained in:
Bryan Bishop 2013-02-05 17:24:47 -06:00
parent 30c6e30891
commit bc89bc5335
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ clean:
install:
python2.7 setup.py install
upload:
upload: clean
python2.7 setup.py sdist upload