House keeping

This commit is contained in:
Matt Wright
2012-07-19 12:20:04 -04:00
parent 68dd972bfa
commit dbd0b7b23b
4 changed files with 13 additions and 21 deletions
+8 -7
View File
@@ -1,16 +1,17 @@
"""
Flask-Security
--------------
==============
Flask-Security is a Flask extension that aims to add quick and simple security
via Flask-Login, Flask-Principal, Flask-WTF, and passlib.
to your Flask applications.
Links
`````
Resources
---------
* `documentation <http://packages.python.org/Flask-Security/>`_
* `source <https://github.com/mattupstate/flask-security>`_
* `development version
* `Documentation <http://packages.python.org/Flask-Security/>`_
* `Issue Tracker <https://github.com/mattupstate/flask-security/issues>`_
* `Source <https://github.com/mattupstate/flask-security>`_
* `Development Version
<https://github.com/mattupstate/flask-security/raw/develop#egg=Flask-Security-dev>`_
"""