Tweak setup.py to match README
This commit is contained in:
parent
41f45668b8
commit
673c427fe6
7
setup.py
7
setup.py
|
@ -48,11 +48,10 @@ if sys.platform == 'darwin':
|
||||||
|
|
||||||
|
|
||||||
setup(name = "ssh",
|
setup(name = "ssh",
|
||||||
version = "1.7.7.1",
|
version = "1.7.7.2",
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
author = "Robey Pointer",
|
author = "Jeff Forcier",
|
||||||
author_email = "robeypointer@gmail.com",
|
author_email = "jeff@bitprophet.org",
|
||||||
url = "http://www.lag.net/ssh/",
|
|
||||||
packages = [ 'ssh' ],
|
packages = [ 'ssh' ],
|
||||||
license = 'LGPL',
|
license = 'LGPL',
|
||||||
platforms = 'Posix; MacOS X; Windows',
|
platforms = 'Posix; MacOS X; Windows',
|
||||||
|
|
Loading…
Reference in New Issue