summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e9d72af0..73407b03 100644
--- a/setup.py
+++ b/setup.py
@@ -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: