From 6e461a81bf7745a49c4a18c55ab0e8e8a5440640 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Thu, 19 Dec 2013 14:09:37 -0500 Subject: [PATCH] Add AUTHORS file --- AUTHORS | 38 ++++++++++++++++++++++++++++++++++++++ docs/authors.rst | 1 + docs/contents.rst.inc | 3 ++- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 AUTHORS create mode 100644 docs/authors.rst diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..e098338 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,38 @@ +Flask-Security is written and maintained by Matt Wright and +various contributors: + +Development Lead +```````````````` + +- Matt Wright + +Patches and Suggestions +``````````````````````` + +Alexander Sukharev +Alexey Poryadin +Andrew J. Camenga +Anthony Plunkett +Artem Andreev +Catherine Wise +Chris Haines +Christophe Simonis +David Ignacio +Eric Butler +Eskil Heyn Olsen +Iuri de Silvio +Jay Goel +Joe Esposito +Joe Hand +Josh Purvis +Kostyantyn Leschenko +Luca Invernizzi +Manuel Ebert +Martin Maillard +Paweł Krześniak +Robert Clark +Rodrigue Cloutier +Rotem Yaari +Srijan Choudhary +Tristan Escalada +Vadim Kotov diff --git a/docs/authors.rst b/docs/authors.rst new file mode 100644 index 0000000..c29da5d --- /dev/null +++ b/docs/authors.rst @@ -0,0 +1 @@ +.. include:: ../AUTHORS diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index c905e06..c1cb811 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -10,4 +10,5 @@ Contents models customizing api - changelog \ No newline at end of file + changelog + authors