From 42cbb39d1466905ab3c5085f1480106e40022537 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Mon, 23 Apr 2012 09:59:32 -0400 Subject: Added download url to both setup.py files and updated the demo setup.py with the new url. --- demoapp/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demoapp') diff --git a/demoapp/setup.py b/demoapp/setup.py index 1d2b6b2..a932293 100644 --- a/demoapp/setup.py +++ b/demoapp/setup.py @@ -125,7 +125,8 @@ setup( author='Doug Hellmann', author_email='doug.hellmann@gmail.com', - url='https://github.com/dhellmann/cliff', + url='https://github.com/dreamhost/cliff', + download_url='https://github.com/dreamhost/cliff/tarball/master', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License', -- cgit v1.2.1