From 532fc9552f87b1a1536cbfb9cc490a195a7883bc Mon Sep 17 00:00:00 2001 From: Jonathan LaCour Date: Fri, 2 Sep 2011 16:45:27 -0400 Subject: [PATCH] Adding authors. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a76e54b..4d2c21f 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( 'Topic :: Software Development :: Libraries :: Application Frameworks' ], keywords = 'web framework wsgi object-dispatch http', - author = 'Jonathan LaCour', + author = 'Jonathan LaCour, Ryan Petrello, Mark McClain, Yoann Roman, Jeremy Jones, Alfredo Deza, Benjamin W. Smith', author_email = 'jonathan@cleverdevil.org', url = 'http://github.com/pecan/pecan', license = 'BSD',