diff options
author | Robey Pointer <robey@lag.net> | 2005-10-02 20:08:39 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-10-02 20:08:39 +0000 |
commit | 65883e673b6c5d9d287aa496c97659b87e21411d (patch) | |
tree | 3c84dd5ed61be8e923465d45617774e3c14f17f0 /setup.py | |
parent | f2ec841a15ab7012a7473aeced64653312166c4c (diff) |
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-62]
readme comments, bump version to 1.5 paras
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,13 +30,13 @@ Required packages: ''' setup(name = "paramiko", - version = "1.4", + version = "1.5", 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.4.zip', + download_url = 'http://www.lag.net/paramiko/download/paramiko-1.5.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 5 - Production/Stable', |