From 27551ea405985000370c4ceec0ee897197598c42 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 13 Nov 2012 09:12:27 -0500 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 2.26.2