added support for multiple authors in setup.py file ... as best I could figure

This commit is contained in:
Stephen M. McQuay 2012-03-19 21:53:32 -06:00
parent 78aec7fba4
commit a5f687bd32
1 changed files with 2 additions and 2 deletions

View File

@ -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",
)