80-col fix
This commit is contained in:
parent
2d7355da5e
commit
09488c665b
4
setup.py
4
setup.py
|
@ -26,7 +26,9 @@ are supported. SFTP client and server mode are both supported too.
|
||||||
Required packages:
|
Required packages:
|
||||||
pyCrypto
|
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:
|
# if someday we want to *require* setuptools, uncomment this:
|
||||||
|
|
Loading…
Reference in New Issue