diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-25 18:10:28 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-25 18:10:28 -0700 |
commit | 71456b899045d8ba03f7bca7763e21c01761f4e5 (patch) | |
tree | e45703bad6c059553aec2b2e58b11ad866fa5cd6 | |
parent | 2e016358ef0a56df23b798196657ba9d6f7520c6 (diff) |
Correct dev-installation doc in package metadata
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ are supported. SFTP client and server mode are both supported too. Required packages: pyCrypto -To install the `in-development version <https://github.com/bitprophet/ssh/tarball/master#egg=ssh-dev>`_, use `pip install ssh==dev`. +To install the `in-development version <https://github.com/paramiko/paramiko/tarball/master#egg=paramiko-dev>`_, use `pip install paramiko==dev`. ''' # if someday we want to *require* setuptools, uncomment this: |