comparison setup.py @ 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 24c0d584ba86
children cc48c1541c7e
comparison
equal deleted inserted replaced
4244:6670c8ef3b26 4245:3315e9263a53
136 description=description, 136 description=description,
137 long_description=long_description, 137 long_description=long_description,
138 keywords=keywords, 138 keywords=keywords,
139 license=__license__, 139 license=__license__,
140 author=__author__, 140 author=__author__,
141 author_email='marcin@python-works.com', 141 author_email='kallithea@sfconservancy.org',
142 dependency_links=dependency_links, 142 dependency_links=dependency_links,
143 url=__url__, 143 url=__url__,
144 install_requires=requirements, 144 install_requires=requirements,
145 classifiers=classifiers, 145 classifiers=classifiers,
146 setup_requires=["PasteScript>=1.6.3"], 146 setup_requires=["PasteScript>=1.6.3"],