Skip to content

Commit

Permalink
fixing maintainers entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed Apr 8, 2024
1 parent 42ab4a7 commit 4f442b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ authors = [
{ name="Dmitriy Y. Anistratov"},
{ name="C. T. Kelley"},
{ name="Camille J. Palmer"},
{ name="Kyle E. Niemeyer"}
{ name="Kyle E. Niemeyer"},
]

maintainers = [
"Ilham Variansyah <variansi@oregonstate.edu>",
"Kayla Clements <clemekay@oregonstate.edu>",
"Joanna Piper Morgan <morgajoa@oregonstate.edu>",
"Kyle E. Niemeyer <kyle.niemeyer@oregonstate.edu>",
{ name="Ilham Variansyah", email = "variansi@oregonstate.edu"},
{ name="Kayla Clements", email = "clemekay@oregonstate.edu"},
{ name="Joanna Piper Morgan", email = "morgajoa@oregonstate.edu"},
{ name="Kyle E. Niemeyer", email = "kyle.niemeyer@oregonstate.edu"},
]

description = "Monte Carlo / Dynamic Code, a pure python high performance Monte Carlo neutronics package"
Expand Down

0 comments on commit 4f442b5

Please sign in to comment.