more README, publish

This commit is contained in:
Tobias Oberstein 2013-10-22 18:25:37 +02:00
parent f89b6bbf6a
commit 0e35c9d40f
2 changed files with 26 additions and 0 deletions

View file

@ -7,3 +7,9 @@ clean:
rm -rf build
rm -rf dist
rm -rf scour.egg-info
publish: clean
python setup.py register
python setup.py sdist upload
python setup.py bdist_egg upload
python setup.py bdist_wininst upload