Partially revert centralized version stuff

This commit is contained in:
Jeff Forcier 2011-11-18 08:55:07 -08:00
parent 175075e045
commit d9ba7a644c
1 changed files with 1 additions and 3 deletions

View File

@ -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",