summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demoapp/setup.py3
-rw-r--r--setup.py1
2 files changed, 3 insertions, 1 deletions
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',
diff --git a/setup.py b/setup.py
index 17d25b9..ea692a9 100644
--- a/setup.py
+++ b/setup.py
@@ -126,6 +126,7 @@ setup(
author_email='doug.hellmann@gmail.com',
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',