From dbd0b7b23bb2130f4528561b82d1b0b838ba3f34 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Thu, 19 Jul 2012 12:20:04 -0400 Subject: [PATCH] House keeping --- LICENSE | 2 +- README.rst | 8 ++------ docs/index.rst | 9 ++------- setup.py | 15 ++++++++------- 4 files changed, 13 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index bbf6b57..2b1a4f0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.rst b/README.rst index 31b0bf6..caf3b42 100644 --- a/README.rst +++ b/README.rst @@ -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 --------- diff --git a/docs/index.rst b/docs/index.rst index fd25cf2..0991e12 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,10 +1,4 @@ - -Flask-Security -============== - -.. module:: flask_security - -Quick and simple security for Flask applications. +.. include:: ../README.rst Contents @@ -322,6 +316,7 @@ signals. Changelog ========= + .. toctree:: :maxdepth: 2 diff --git a/setup.py b/setup.py index 3f9f2f0..79ea6ff 100644 --- a/setup.py +++ b/setup.py @@ -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 `_ -* `source `_ -* `development version +* `Documentation `_ +* `Issue Tracker `_ +* `Source `_ +* `Development Version `_ """