diff options
author | Robey Pointer <robey@lag.net> | 2004-12-12 09:58:40 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-12-12 09:58:40 +0000 |
commit | ee0d4ae68effd315df0e52ea76eb66b03938b127 (patch) | |
tree | 89957b2addb2855e43d46e1afbbdcc157f70c4b5 /setup.py | |
parent | 97eca767a2d0edde23255585a53cedccaeacea13 (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-129]
1.1 (kabuto)
edit various files to bump the version to 1.1.
also fix to point to the new url.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,13 +13,13 @@ Required packages: ''' setup(name = "paramiko", - version = "1.0", + version = "1.1", description = "SSH2 protocol library", author = "Robey Pointer", author_email = "robey@lag.net", - url = "http://www.lag.net/~robey/paramiko/", + url = "http://www.lag.net/paramiko/", packages = [ 'paramiko' ], - download_url = 'http://www.lag.net/~robey/paramiko/paramiko-1.0.zip', + download_url = 'http://www.lag.net/paramiko/paramiko-1.1.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 3 - Alpha', |