add the url to github in the setup.py for pypi
(cherry picked from commit abfefc2f95c377cc134d9b0b71c8cdd692f321c8) Conflicts: setup.py
This commit is contained in:
parent
45c1212949
commit
400ea089d5
2
setup.py
2
setup.py
|
@ -54,7 +54,7 @@ setup(name = "paramiko",
|
|||
description = "SSH2 protocol library",
|
||||
author = "Jeff Forcier",
|
||||
author_email = "jeff@bitprophet.org",
|
||||
url = "http://www.lag.net/paramiko/",
|
||||
url = "https://github.com/paramiko/paramiko/",
|
||||
packages = [ 'paramiko' ],
|
||||
license = 'LGPL',
|
||||
platforms = 'Posix; MacOS X; Windows',
|
||||
|
|
Loading…
Reference in New Issue