Partially revert centralized version stuff
(cherry picked from commit d9ba7a644c
)
Conflicts:
setup.py
This commit is contained in:
parent
013d459487
commit
10beb86e9e
3
setup.py
3
setup.py
|
@ -48,10 +48,9 @@ if sys.platform == 'darwin':
|
||||||
import setup_helper
|
import setup_helper
|
||||||
setup_helper.install_custom_make_tarball()
|
setup_helper.install_custom_make_tarball()
|
||||||
|
|
||||||
import paramiko
|
|
||||||
|
|
||||||
setup(name = "paramiko",
|
setup(name = "paramiko",
|
||||||
version = paramiko.__version__,
|
version = "1.7.10"
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
author = "Jeff Forcier",
|
author = "Jeff Forcier",
|
||||||
author_email = "jeff@bitprophet.org",
|
author_email = "jeff@bitprophet.org",
|
||||||
|
|
Loading…
Reference in New Issue