Skip to content

Commit

Permalink
pybamm-team#3049 Fix up authors name and email in project
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored and js1tr3 committed Aug 12, 2024
1 parent 34be757 commit 3030c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = [
"setuptools",
"wheel",
"casadi>=3.6.0; platform_system!='Windows'",
# use CMake bundled from MSVC on Windows
"cmake; platform_system!='Windows'",
]
build-backend = "setuptools.build_meta"
Expand All @@ -12,7 +13,7 @@ name = "pybamm"
version = "23.5"
license = { file = "LICENSE.txt" }
description = "Python Battery Mathematical Modelling"
authors = [{name = "The PyBaMM Team"}, {email = "pybamm@pybamm.org"}]
authors = [{name = "The PyBaMM Team", email = "pybamm@pybamm.org"}]
maintainers = [{name = "The PyBaMM Team", email = "pybamm@pybamm.org"}]
requires-python = ">=3.8, <3.12"
readme = {file = "README.md", content-type = "text/markdown"}
Expand Down

0 comments on commit 3030c52

Please sign in to comment.