From d9ba7a644c2170b6779ae586e70d2d9fe75ba439 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 18 Nov 2011 08:55:07 -0800 Subject: [PATCH] Partially revert centralized version stuff --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ab07da3..5cdc4f0 100644 --- a/setup.py +++ b/setup.py @@ -49,10 +49,8 @@ if sys.platform == 'darwin': setup_helper.install_custom_make_tarball() -import ssh - setup(name = "ssh", - version = ssh.__version__, + version = "1.7.10", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org",