Skip to content

Commit

Permalink
House keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupstate committed Jul 19, 2012
1 parent 68dd972 commit dbd0b7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2012 by Matt Wright
Copyright (C) 2012 by Matthew Wright

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ Flask-Security

.. image:: https://secure.travis-ci.org/mattupstate/flask-security.png?branch=develop

Simple security for Flask applications combining Flask-Login, Flask-Principal,
Flask-WTF, passlib, and your choice of datastore. Currently SQLAlchemy via
Flask-SQLAlchemy and MongoEngine via Flask-MongoEngine are supported out of the
box. You will need to install the necessary Flask extensions that you'll be
using. Additionally, you may need to install an encryption library such as
py-bcrypt to support bcrypt passwords.
Flask-Security is a Flask extension that aims to add quick and simple security
to your Flask applications.

Resources
---------
Expand Down
9 changes: 2 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

Flask-Security
==============

.. module:: flask_security

Quick and simple security for Flask applications.
.. include:: ../README.rst


Contents
Expand Down Expand Up @@ -322,6 +316,7 @@ signals.

Changelog
=========

.. toctree::
:maxdepth: 2

Expand Down
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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>`_
"""
Expand Down

0 comments on commit dbd0b7b

Please sign in to comment.