From: W. Trevor King Date: Tue, 13 Nov 2012 14:12:27 +0000 (-0500) Subject: setup.py: add a comma to the end of the url kwarg X-Git-Tag: v3.0~64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27551ea405985000370c4ceec0ee897197598c42;p=rss2email.git setup.py: add a comma to the end of the url kwarg This should have happened in: commit cd5b8f30942c72a0fd1b82f4763f21cfaad3864b Author: W. Trevor King Date: Mon Nov 12 15:59:09 2012 -0500 Convert homepage/downloads from allthingsrss.com to GitHub --- diff --git a/setup.py b/setup.py index 7841570..03d3976 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( version=__version__, maintainer='W. Trevor King', maintainer_email='wking@tremily.us', - url='https://github.com/wking/rss2email/' + url='https://github.com/wking/rss2email/', download_url='https://github.com/wking/rss2email/archive/v{}.tar.gz'.format(__version__), license='GNU General Public License (GPL)', platforms=['all'],