From 3030c528bd0684602c43356d4dc0c6f0a18e037c Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:13:16 +0530 Subject: [PATCH] #3049 Fix up authors name and email in project --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f38529f7a8..e30afcc33e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"}