Tweak setup.py to match README
(cherry picked from commit 673c427fe6
)
Conflicts:
setup.py
This commit is contained in:
parent
f8239015ec
commit
13e65a2ce0
4
setup.py
4
setup.py
|
@ -50,8 +50,8 @@ if sys.platform == 'darwin':
|
|||
setup(name = "paramiko",
|
||||
version = "1.7.7.2",
|
||||
description = "SSH2 protocol library",
|
||||
author = "Robey Pointer",
|
||||
author_email = "robeypointer@gmail.com",
|
||||
author = "Jeff Forcier",
|
||||
author_email = "jeff@bitprophet.org",
|
||||
url = "http://www.lag.net/paramiko/",
|
||||
packages = [ 'paramiko' ],
|
||||
license = 'LGPL',
|
||||
|
|
Loading…
Reference in New Issue