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', version='0.0',
packages=find_packages(), packages=find_packages(),
install_requires=[], install_requires=[],
author="Stephen M. McQuay", author="Stephen M. McQuay, William Blattman",
author_email="stephen@mcquay.me", author_email="stephen@mcquay.me, william@blattman.com",
url="https://mcquay.me/hg/research", url="https://mcquay.me/hg/research",
license="WTFPL", license="WTFPL",
) )