summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@twitter.com>2011-05-21 19:42:28 -0700
committerRobey Pointer <robey@twitter.com>2011-05-21 19:42:28 -0700
commitdb1c1efb7f6a966d89dc5ea79407b424d685a72a (patch)
treeececc3631f27f4612f81a295f64d99755dd4640f /setup.py
parenta139d543caa95c63aebd23954da8b61b9c0f17c0 (diff)
remove the download link since that seems flaky
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 53cbf695..82869111 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',