From e2bcd062aa96f63162b86f0a38e6156f3af01583 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sun, 27 Oct 2013 10:28:58 -0700 Subject: Update authors in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.1