summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-02-26 21:11:04 +0000
committerRobey Pointer <robey@lag.net>2005-02-26 21:11:04 +0000
commitb45a3a98a81d7b1dc4671fe6686a502c174e61b7 (patch)
tree06b680bbc94e6250f5aee4141af7325902ec773a /setup.py
parentfb2d7bbdddeefd7c519c5a300b2f810fb364884f (diff)
downloadparamiko-b45a3a98a81d7b1dc4671fe6686a502c174e61b7.tar.gz
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-147]
1.2 (lapras) bump version stuff to 1.2 / lapras.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index ab4ba364..c2db5200 100644
--- a/setup.py
+++ b/setup.py
@@ -4,22 +4,20 @@ longdesc = '''
This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods
-are supported.
-
-SFTP client mode is now supported too.
+are supported. SFTP client and server mode are both supported too.
Required packages:
pyCrypt
'''
setup(name = "paramiko",
- version = "1.1",
+ version = "1.2",
description = "SSH2 protocol library",
author = "Robey Pointer",
author_email = "robey@lag.net",
url = "http://www.lag.net/paramiko/",
packages = [ 'paramiko' ],
- download_url = 'http://www.lag.net/paramiko/download/paramiko-1.1.zip',
+ download_url = 'http://www.lag.net/paramiko/download/paramiko-1.2.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',
classifiers = [ 'Development Status :: 3 - Alpha',