# HG changeset patch # User Bradley M. Kuhn # Date 2014-07-04 15:40:56 # Node ID 3315e9263a5351a849324adea3e56b413f37771c # Parent 6670c8ef3b26ce9f839853fabd5d64c2e7d2095c 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. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ setup( 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,