diff options
author | Robey Pointer <robey@twitter.com> | 2011-05-21 19:42:28 -0700 |
---|---|---|
committer | Robey Pointer <robey@twitter.com> | 2011-05-21 19:42:28 -0700 |
commit | db1c1efb7f6a966d89dc5ea79407b424d685a72a (patch) | |
tree | ececc3631f27f4612f81a295f64d99755dd4640f /setup.py | |
parent | a139d543caa95c63aebd23954da8b61b9c0f17c0 (diff) |
remove the download link since that seems flaky
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,13 +48,12 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.7.6", + version = "1.7.7", description = "SSH2 protocol library", author = "Robey Pointer", author_email = "robeypointer@gmail.com", url = "http://www.lag.net/paramiko/", packages = [ 'paramiko' ], - download_url = 'http://www.lag.net/paramiko/download/paramiko-1.7.6.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 5 - Production/Stable', |