summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 801b3b8..2b811ee 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup (name='pexpect',
description='Pexpect allows easy control of interactive console applications.',
long_description=long_description,
author='Noah Spurrier; Thomas Kluyver; Jeff Quast',
- author_email='noah@noah.org; thomas@kluyver.me.uk; contact@jeffquast.com',
+ author_email='noah@noah.org, thomas@kluyver.me.uk, contact@jeffquast.com',
url='https://pexpect.readthedocs.io/',
license='ISC license',
platforms='UNIX',