From 71456b899045d8ba03f7bca7763e21c01761f4e5 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 25 Sep 2012 18:10:28 -0700 Subject: [PATCH] Correct dev-installation doc in package metadata --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96ed883..e9d72af 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ are supported. SFTP client and server mode are both supported too. Required packages: pyCrypto -To install the `in-development version `_, use `pip install ssh==dev`. +To install the `in-development version `_, use `pip install paramiko==dev`. ''' # if someday we want to *require* setuptools, uncomment this: