summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-12-12 09:58:40 +0000
committerRobey Pointer <robey@lag.net>2004-12-12 09:58:40 +0000
commitee0d4ae68effd315df0e52ea76eb66b03938b127 (patch)
tree89957b2addb2855e43d46e1afbbdcc157f70c4b5 /setup.py
parent97eca767a2d0edde23255585a53cedccaeacea13 (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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2c6f5334..5b5dd55b 100644
--- a/setup.py
+++ b/setup.py
@@ -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',