summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-10-27 10:28:58 -0700
committerThomas Kluyver <takowl@gmail.com>2013-10-27 10:28:58 -0700
commite2bcd062aa96f63162b86f0a38e6156f3af01583 (patch)
tree1dc08a154465ba4e773877d6653fe0b0ac9739a4 /setup.py
parentcc3438bcaad01309831bd17cd0e9a62fa78ed2a5 (diff)
downloadpexpect-e2bcd062aa96f63162b86f0a38e6156f3af01583.tar.gz
Update authors in setup.py
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 473c313..e31333a 100644
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,8 @@ setup (name='pexpect',
py_modules=['pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
packages=['pexpect'],
description='Pexpect allows easy control of interactive console applications.',
- author='Noah Spurrier',
- author_email='noah@noah.org',
+ author='Noah Spurrier; Thomas Kluyver; Jeff Quast',
+ author_email='noah@noah.org; thomas@kluyver.me.uk; contact@jeffquast.com',
url='http://pexpect.readthedocs.org/',
license='ISC license',
platforms='UNIX',