diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2012-03-20 01:31:03 -0400 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2012-03-20 01:31:03 -0400 |
commit | 5cce383ae4ba64cc732d2d118ec4bc669a0df663 (patch) | |
tree | 69b7a3a0d6721d2481dd715a67db6ebbc43603ed /setup.py | |
parent | b5d2d3e6b424e7fca20a90f57ace66620d9b79f5 (diff) | |
download | pecan-5cce383ae4ba64cc732d2d118ec4bc669a0df663.tar.gz |
Moving contributors' names into an AUTHORS file.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -80,8 +80,7 @@ setup( 'Topic :: Software Development :: Libraries :: Application Frameworks' ], keywords='web framework wsgi object-dispatch http', - author='Jonathan LaCour, Ryan Petrello, Mark McClain, Yoann Roman, '\ - 'Jeremy Jones, Alfredo Deza, Benjamin W. Smith', + author='Jonathan LaCour', author_email='info@pecanpy.org', url='http://github.com/pecan/pecan', license='BSD', |