From 4daefcf1f7479fdfa03bd997e11f6e22e38bf30f Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 14 Aug 2012 16:21:58 -0400 Subject: [PATCH] Change name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6265e8b..eb80240 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( version='1.3.0-dev', url='https://github.com/mattupstate/flask-security', license='MIT', - author='Matthew Wright', + author='Matt Wright', author_email='matt@nobien.net', description='Simple security for Flask apps', long_description=__doc__,