diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-10-27 10:28:58 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-10-27 10:28:58 -0700 |
| commit | e2bcd062aa96f63162b86f0a38e6156f3af01583 (patch) | |
| tree | 1dc08a154465ba4e773877d6653fe0b0ac9739a4 /setup.py | |
| parent | cc3438bcaad01309831bd17cd0e9a62fa78ed2a5 (diff) | |
| download | pexpect-e2bcd062aa96f63162b86f0a38e6156f3af01583.tar.gz | |
Update authors in setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
