From 2e24e357a59ee559d5d35d5e0322595751b98c11 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 2 Oct 2015 00:29:54 +0100 Subject: Point the URL to GitHub --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44b94a6..b23acc9 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup(name='isodate', description='An ISO 8601 date/time/duration parser and formatter', license='BSD', # keywords = '', - url='http://cheeseshop.python.org/pypi/isodate', + url='https://github.com/gweis/isodate/', long_description=(read('README.rst') + read('CHANGES.txt') + -- cgit v1.2.1