From 400ea089d585a7a1e81b7fa26f6862b61f36f954 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 12 Aug 2012 05:04:16 +0300 Subject: [PATCH] add the url to github in the setup.py for pypi (cherry picked from commit abfefc2f95c377cc134d9b0b71c8cdd692f321c8) Conflicts: setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08684ca..edd582c 100644 --- a/setup.py +++ b/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',