summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-19 13:26:33 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-03-19 13:26:33 -0400
commitf5ce3010ddeb2e4b2ac761c92d20db8e496b4194 (patch)
tree22bb567f8696eadc4c15c0376426e9e657f7e515 /setup.py
parent718ac672ddf4997ff63ff9b143204d83039a0307 (diff)
downloadpecan-f5ce3010ddeb2e4b2ac761c92d20db8e496b4194.tar.gz
Modifying `author_email`.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dfb3b48..a243a4d 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setup(
keywords='web framework wsgi object-dispatch http',
author='Jonathan LaCour, Ryan Petrello, Mark McClain, Yoann Roman, '\
'Jeremy Jones, Alfredo Deza, Benjamin W. Smith',
- author_email='jonathan@cleverdevil.org',
+ author_email='info@pecanpy.org',
url='http://github.com/pecan/pecan',
license='BSD',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),