summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2011-11-18 08:55:07 -0800
committerJeff Forcier <jeff@bitprophet.org>2011-11-18 08:55:07 -0800
commitd9ba7a644c2170b6779ae586e70d2d9fe75ba439 (patch)
tree820d8c9de5699f48f62515217da88f9046a59993
parent175075e045310cb5d06814fac7ffdfaafc0c7283 (diff)
downloadparamiko-d9ba7a644c2170b6779ae586e70d2d9fe75ba439.tar.gz
Partially revert centralized version stuff
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ab07da35..5cdc4f0e 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",