Skip to content

Commit

Permalink
Merge pull request #95 from compSPI/maintainers
Browse files Browse the repository at this point in the history
add more people to a list of maintainer
  • Loading branch information
ninamiolane authored Mar 28, 2022
2 parents b66f479 + 3d45413 commit dcd6f71
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@

setuptools.setup(
name="simSPI",
maintainer="Geoffrey Woollard",
version="0.0.2",
maintainer_email="geoffwoollard@gmail.com",
maintainer=[
"Frédéric Poitevin",
"Nina Miolane",
"Geoffrey Woollard",
"Harshit Gupta",
],
version="0.0.3",
maintainer_email=[
"frederic.poitevin@stanford.edu",
"ninamiolane@ucsb.edu",
"geoffwoollard@gmail.com",
"hgupta@slac.stanford.edu",
],
description="Methods and tools for simulating single particle imaging data",
long_description=open("README.md", encoding="utf8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dcd6f71

Please sign in to comment.