I emailed Lindset on October 4th with some changes, and then again on
October 18th with a PyPI push suggestion. I haven't heard back on
either count, so I'm assuming maintainership and pushing this to PyPI
myself.
Lindsey, I'm not attempting a hostile takeover ;). If you get back
from a month-long vacation and want to resume maintainership, let me
know.
__version__ = '2.71'
__url__ = 'http://rss2email.infogami.com'
-__author__ = 'Lindsey Smith (lindsey@allthingsrss.com)'
+__author__ = 'W. Trevor King'
__copyright__ = '(C) 2004 Aaron Swartz. GNU GPL 2 or 3.'
__contributors__ = [
'Dean Jackson',
'Matej Cepl',
"Martin 'Joey' Schulze",
'Marcel Ackermann (http://www.DreamFlasher.de)',
- 'Lindsey Smith (maintainer)',
+ 'Lindsey Smith (lindsey@allthingsrss.com)',
'Erik Hetzner',
'W. Trevor King',
'Aaron Swartz (original author)',
setup(
name='rss2email',
version=__version__,
- maintainer='Lindsey Smith',
- maintainer_email='lindsey@allthingsrss.com',
- url='http://rss2email.infogami.com',
+ maintainer='W. Trevor King',
+ maintainer_email='wking@tremily.us',
+ url='http://pypi.python.org/pypi/rss2email/',
download_url='http://git.tremily.us/?p=rss2email.git;a=snapshot;h=v{};sf=tgz'.format( __version__),
license='GNU General Public License (GPL)',
platforms=['all'],