diff options
author | Duncan McGreggor <duncan@dreamhost.com> | 2012-04-23 09:59:32 -0400 |
---|---|---|
committer | Duncan McGreggor <duncan@dreamhost.com> | 2012-04-23 09:59:32 -0400 |
commit | 42cbb39d1466905ab3c5085f1480106e40022537 (patch) | |
tree | cbe117dd3e96536eed2710fe821b8722a1e7b1ea /demoapp | |
parent | 3bcbddb62e698fbe90b96cd97d504c5bee09ba8f (diff) | |
download | cliff-42cbb39d1466905ab3c5085f1480106e40022537.tar.gz |
Added download url to both setup.py files and updated the demo setup.py with
the new url.
Diffstat (limited to 'demoapp')
-rw-r--r-- | demoapp/setup.py | 3 |
1 files changed, 2 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', |