forked from orbit-oss/flask
Added logo with new slogan
This commit is contained in:
parent
9fa4f94ad8
commit
b0ab127015
6 changed files with 136 additions and 162 deletions
3
Makefile
3
Makefile
|
|
@ -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 {} +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue