diff options
author | Robey Pointer <robey@lag.net> | 2004-03-08 17:52:25 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-03-08 17:52:25 +0000 |
commit | 7cd7fced6e89b92ceecb2209a6351f22d602abbf (patch) | |
tree | 78fada02d9063a00d90c61f03cbb6966a037427c /setup.py | |
parent | e5193fb23f2c8bb9821a064c64a46a0defb26699 (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-31]
bump version number to eevee
bump the version number to eevee in a few places and talk about the unit
tests.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,20 +6,20 @@ 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. -(Previous name: secsh) +SFTP client mode is now supported too. Required packages: pyCrypt ''' setup(name = "paramiko", - version = "0.9-doduo", + version = "0.9-eevee", description = "SSH2 protocol library", author = "Robey Pointer", author_email = "robey@lag.net", url = "http://www.lag.net/~robey/paramiko/", packages = [ 'paramiko' ], - download_url = 'http://www.lag.net/~robey/paramiko/paramiko-0.9-doduo.zip', + download_url = 'http://www.lag.net/~robey/paramiko/paramiko-0.9-eevee.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 3 - Alpha', |