summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2018-02-10 12:45:11 +0000
committerThomas Kluyver <thomas@kluyver.me.uk>2018-02-10 12:45:11 +0000
commit606f368b4a0dc442e2523d439d722a389b6e54c6 (patch)
tree18caa0aa1bd60eb04897d42bf8799425ea59719c
parent8944656b1c1b47f76cdb3d209fa1bf27ffb0c979 (diff)
downloadpexpect-git-606f368b4a0dc442e2523d439d722a389b6e54c6.tar.gz
Fix (hopefully) email address for PyPI upload4.4
-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',