add the url to github in the setup.py for pypi

(cherry picked from commit abfefc2f95c377cc134d9b0b71c8cdd692f321c8)

Conflicts:
	setup.py
This commit is contained in:
Laurent Peuch 2012-08-12 05:04:16 +03:00 committed by Jeff Forcier
parent 45c1212949
commit 400ea089d5
1 changed files with 1 additions and 1 deletions

View File

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