Added logo with new slogan

This commit is contained in:
Armin Ronacher 2010-05-12 01:29:25 +02:00
parent 9fa4f94ad8
commit b0ab127015
6 changed files with 136 additions and 162 deletions

View file

@ -5,6 +5,9 @@ all: clean-pyc test
test:
python tests/flask_tests.py
release:
python setup.py release sdist upload
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +