ORNL-MDF / mist

Mist is a Python tool for storing, sharing, and using information about materials in models and simulations.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Add authors to setup.py #25

Closed stvdwtt closed 2 months ago

stvdwtt commented 2 months ago

This PR adds Gerry Knapp, @hespuck19, and @streeve to the author list. PEP 345 and PEP 566 are somewhat ambiguous on how to acknowledge multiple authors in a setup.py file. This StackOverFlow post suggests listing the authors in a single string -- a list is not supported. That's what I do here. In the longer term we should probably move to a pyproject.toml file instead.