Added release script

This commit is contained in:
Armin Ronacher 2011-06-27 00:31:24 +02:00
parent ab6bac111c
commit 3d146548c7
4 changed files with 144 additions and 4 deletions

View file

@ -8,15 +8,15 @@ test:
audit:
python setup.py audit
release:
python scripts/make-release.py
tox-test:
PYTHONDONTWRITEBYTECODE= tox
ext-test:
python tests/flaskext_test.py --browse
release:
python setup.py release sdist upload
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +