changeset 4245:3315e9263a53

Use Conservancy's Kallithea Committee address as author_email. the setup.py needs an author_email setting. Since this is a fork, the author_email should be the individuals responsible for the fork. This address reaches the Kallithea Committee at Conservancy.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Fri, 04 Jul 2014 09:40:56 -0400
parents 6670c8ef3b26
children cc48c1541c7e
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Jul 03 17:49:02 2014 -0500
+++ b/setup.py	Fri Jul 04 09:40:56 2014 -0400
@@ -138,7 +138,7 @@
     keywords=keywords,
     license=__license__,
     author=__author__,
-    author_email='marcin@python-works.com',
+    author_email='kallithea@sfconservancy.org',
     dependency_links=dependency_links,
     url=__url__,
     install_requires=requirements,