added support for multiple authors in setup.py file ... as best I could figure
This commit is contained in:
parent
78aec7fba4
commit
a5f687bd32
4
setup.py
4
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",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user