remove the download link since that seems flaky

This commit is contained in:
Robey Pointer 2011-05-21 19:42:28 -07:00
parent a139d543ca
commit db1c1efb7f
1 changed files with 1 additions and 2 deletions

View File

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