summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgweis <gerhard.weis@gmail.com>2017-07-05 14:02:56 +1000
committerGitHub <noreply@github.com>2017-07-05 14:02:56 +1000
commite3e1bd3120f00b2867ad7c4243122cfbe864a695 (patch)
tree9ca4ec3a5924d24312ff100230ee23cbbcda5dd8
parent27d3bca47e4d39bd5038665726fb157577c5abfa (diff)
parent2e24e357a59ee559d5d35d5e0322595751b98c11 (diff)
downloadisodate-e3e1bd3120f00b2867ad7c4243122cfbe864a695.tar.gz
Merge pull request #29 from graingert/patch-1
Point the URL to GitHub
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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') +