diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2011-11-17 17:40:41 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:04:10 -0700 |
commit | 013d459487c16b9864e8e6e52ccf6870be1bd1e6 (patch) | |
tree | f7a0a6939c6be667c8cb95584557c62fdfc69560 | |
parent | 253a22a770aac37f9c3c941785b246bc0a2533a5 (diff) |
Goofed up the RST
(cherry picked from commit 175075e045310cb5d06814fac7ffdfaafc0c7283)
-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/bitprophet/ssh/tarball/master#egg=ssh-dev>`_, use `pip install ssh==dev`. ''' # if someday we want to *require* setuptools, uncomment this: |