setup.py: Use __url__ and __author__ from rss2email/__init__.py
authorW. Trevor King <wking@tremily.us>
Thu, 14 Feb 2013 13:24:08 +0000 (08:24 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 15 Feb 2013 14:19:39 +0000 (09:19 -0500)
commite2eacf1894fe4d759fdf1cc2f03e548f00cc663d
treef9fb1973f07cd721410d4478e2dc28a40a1232f8
parentb031f6eb9a167b546247601a3461de5ddacf6d1c
setup.py: Use __url__ and __author__ from rss2email/__init__.py

Instead of duplicating those values locally.  This gives us one less
place to forget to update the next time we change the website or
maintainer.

Also, update __url__ to point to my GitHub repository and shift the
email address to rss2email.__email__.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/__init__.py
setup.py