setup.py: add a comma to the end of the url kwarg
authorW. Trevor King <wking@tremily.us>
Tue, 13 Nov 2012 14:12:27 +0000 (09:12 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 13 Nov 2012 14:22:19 +0000 (09:22 -0500)
This should have happened in:

  commit cd5b8f30942c72a0fd1b82f4763f21cfaad3864b
  Author: W. Trevor King <wking@tremily.us>
  Date:   Mon Nov 12 15:59:09 2012 -0500

    Convert homepage/downloads from allthingsrss.com to GitHub

setup.py

index 7841570df0316874d191316e4964e4d28a5cdaeb..03d3976dcc65c309b3f44448b49f986319f7e91a 100644 (file)
--- 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'],