From: Adam Sampson Date: Mon, 15 Jul 2013 21:43:04 +0000 (+0000) Subject: Update the URL. X-Git-Tag: v2.16~1 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=9255255843afa51b6ac26289693e9b4d18aea829;p=rawdog%2F.git Update the URL. --- diff --git a/NEWS b/NEWS index db150c8..8560e4f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Remove the bundled copy of feedparser, and document that it's now a dependency. +Update the package metadata in setup.py. + - rawdog 2.15 rawdog now requires Python 2.6 (rather than Python 2.2). This is the diff --git a/setup.py b/setup.py index 9f11d11..10fca4d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup(name = "rawdog", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org", - url = "http://offog.org/code/rawdog.html", + url = "http://offog.org/code/rawdog/", scripts = ['rawdog'], data_files = [('share/man/man1', ['rawdog.1'])], packages = ['rawdoglib'],