Skip to content

Commit

Permalink
CI(metadata): Fixed author metadata to make PyPI happy.
Browse files Browse the repository at this point in the history
Fixed Project metadata to have authorship be clearer on PyPI
  • Loading branch information
MicahGale authored Jun 12, 2024
2 parents d62620d + bca1912 commit a5621f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ MontePy Changelog

**Bug fixes**

**CI/CD**
* Fixed project metadata for author to show up correctly on PyPI (#408)

0.2.7
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers = [
authors = [
{name = "Micah Gale", email = "[email protected]"},
{name = "Travis Labossiere-Hickman", email = "[email protected]"},
{name = "Brenna Carbno"}
{name = "Brenna Carbno", email="[email protected]"}
]
keywords = ["MCNP", "neutronics", "imcnp", "input file", "monte carlo", "radiation transport"]
license = {file="LICENSE"}
Expand Down

0 comments on commit a5621f9

Please sign in to comment.