From 673c427fe6fb39f1bb604eaf460daaaa0ce2875c Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 23 Oct 2011 00:36:12 -0700 Subject: [PATCH] Tweak setup.py to match README --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 33bb82d..c3534c5 100644 --- a/setup.py +++ b/setup.py @@ -48,11 +48,10 @@ if sys.platform == 'darwin': setup(name = "ssh", - version = "1.7.7.1", + version = "1.7.7.2", description = "SSH2 protocol library", - author = "Robey Pointer", - author_email = "robeypointer@gmail.com", - url = "http://www.lag.net/ssh/", + author = "Jeff Forcier", + author_email = "jeff@bitprophet.org", packages = [ 'ssh' ], license = 'LGPL', platforms = 'Posix; MacOS X; Windows',