summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c5cb745d..4a659348 100644
--- a/setup.py
+++ b/setup.py
@@ -50,8 +50,8 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
version = "1.7.7.2",
description = "SSH2 protocol library",
- author = "Robey Pointer",
- author_email = "robeypointer@gmail.com",
+ author = "Jeff Forcier",
+ author_email = "jeff@bitprophet.org",
url = "http://www.lag.net/paramiko/",
packages = [ 'paramiko' ],
license = 'LGPL',