From a5f687bd32a16d133f8c0ed1803b1e6632764847 Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Mon, 19 Mar 2012 21:53:32 -0600 Subject: [PATCH] added support for multiple authors in setup.py file ... as best I could figure --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 452ad63..0f22f1f 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ setup( version='0.0', packages=find_packages(), install_requires=[], - author="Stephen M. McQuay", - author_email="stephen@mcquay.me", + author="Stephen M. McQuay, William Blattman", + author_email="stephen@mcquay.me, william@blattman.com", url="https://mcquay.me/hg/research", license="WTFPL", )