Update the URL.
authorAdam Sampson <ats@offog.org>
Mon, 15 Jul 2013 21:43:04 +0000 (21:43 +0000)
committerAdam Sampson <ats@offog.org>
Mon, 15 Jul 2013 21:43:04 +0000 (21:43 +0000)
NEWS
setup.py

diff --git a/NEWS b/NEWS
index db150c8f304b53e6b5e8b76aeb01d57d849e8b76..8560e4fb76c3cab85f12b394c25a454f67dd023e 100644 (file)
--- 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
index 9f11d11cedb3437a090e7678fc83d0949fae4f85..10fca4d0416dfa5721ce3ef1d1128931aab8dbd7 100644 (file)
--- 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'],