From db1c1efb7f6a966d89dc5ea79407b424d685a72a Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sat, 21 May 2011 19:42:28 -0700 Subject: [PATCH] remove the download link since that seems flaky --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 53cbf69..8286911 100644 --- a/setup.py +++ b/setup.py @@ -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',