Added setup.py and README

This commit is contained in:
Armin Ronacher 2010-04-06 13:23:18 +02:00
parent 33850c0ebd
commit b15ad39427
2 changed files with 36 additions and 0 deletions

17
README Normal file
View file

@ -0,0 +1,17 @@
// Flask //
because a pocket knife is not the only thing that
might come in handy
~ What is Flask?
Flask is a microframework for Python based on Werkzeug
and Jinja2. It's intended for small scale applications
and was development with best intentions in mind.
~ Is it ready?
Nope, this is still work in progress, but I am happy to
accept patches and improvements already.