From 606f368b4a0dc442e2523d439d722a389b6e54c6 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 10 Feb 2018 12:45:11 +0000 Subject: Fix (hopefully) email address for PyPI upload --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1