diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-25 22:09:49 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-25 22:09:49 -0700 |
commit | 09488c665ba46057648a13a12c76f0c6392a86a1 (patch) | |
tree | 25627d0c4192ccee5c43c9594d08df87ec39de0a /setup.py | |
parent | 2d7355da5e7fee3924a742990a7ae28624ab645c (diff) |
80-col fix
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ are supported. SFTP client and server mode are both supported too. Required packages: pyCrypto -To install the `in-development version <https://github.com/paramiko/paramiko/tarball/master#egg=paramiko-dev>`_, use `pip install paramiko==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: |