From 9255255843afa51b6ac26289693e9b4d18aea829 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 15 Jul 2013 21:43:04 +0000 Subject: [PATCH] Update the URL. --- NEWS | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'], -- 2.35.1