Skip to content

Commit

Permalink
pybamm-team#3049 Clarify author emails
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 31, 2023
1 parent 60caf0b commit d8d6194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ description = "Python Battery Mathematical Modelling"
# TODO: correctly specify all authors and maintainers
# Note: these are currently missing when running `pip show pybamm`, so we should add
# them in some form
authors = [{name = "The PyBaMM Team"}]
authors = [{name = "The PyBaMM Team", email = "[email protected]"}]
maintainers = [{name = "The PyBaMM Team", email = "[email protected]"}]
requires-python = ">=3.8, <3.12"
readme = "README.md"
Expand Down

0 comments on commit d8d6194

Please sign in to comment.