Skip to content

Commit

Permalink
add authors and emails to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Jul 28, 2024
1 parent f9cca53 commit 4f63e68
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,24 @@ def compile_proto(protoc):
version=__version__,
description=__doc__.split("\n"),
long_description=__doc__,
author="",
author_email="",
author="""
Brad Crawford,
Co D. Quach,
Nicholas C. Craven,
Christopher R. Iacovella,
Clare McCabe,
Peter T. Cummings,
Jeffrey J. Potoff,
""",
author_email="""
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
[email protected],
""",
url="https://github.com/GOMC-WSU/MoSDeF-dihedral-fit",
download_url="https://github.com/GOMC-WSU/MoSDeF-dihedral-fit/tarball/{}".format(
__version__
Expand Down

0 comments on commit 4f63e68

Please sign in to comment.