Tweak setup.py to match README

This commit is contained in:
Jeff Forcier 2011-10-23 00:36:12 -07:00
parent 41f45668b8
commit 673c427fe6
1 changed files with 3 additions and 4 deletions

View File

@ -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',