Added download url to both setup.py files and updated the demo setup.py with

the new url.
This commit is contained in:
Duncan McGreggor 2012-04-23 09:59:32 -04:00
parent 3bcbddb62e
commit 42cbb39d14
2 changed files with 3 additions and 1 deletions

View File

@ -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',

View File

@ -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',