diff options
author | Laurent Peuch <cortex@worlddomination.be> | 2012-08-12 05:04:16 +0300 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-24 18:56:20 -0700 |
commit | 400ea089d585a7a1e81b7fa26f6862b61f36f954 (patch) | |
tree | 307cd9386e42459c2db92cd1f3fb51d2aa22f125 /setup.py | |
parent | 45c1212949e63a9976610fdf4c10962c08de3752 (diff) |
add the url to github in the setup.py for pypi
(cherry picked from commit abfefc2f95c377cc134d9b0b71c8cdd692f321c8)
Conflicts:
setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |