Partially revert centralized version stuff

(cherry picked from commit d9ba7a644c)

Conflicts:
	setup.py
This commit is contained in:
Jeff Forcier 2011-11-18 08:55:07 -08:00
parent 013d459487
commit 10beb86e9e
1 changed files with 1 additions and 2 deletions

View File

@ -48,10 +48,9 @@ if sys.platform == 'darwin':
import setup_helper
setup_helper.install_custom_make_tarball()
import paramiko
setup(name = "paramiko",
version = paramiko.__version__,
version = "1.7.10"
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",