diff --git a/docs/conf.py b/docs/conf.py index 9b8238eb..6117ddf0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,9 +1,9 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "Regional MOM6" -copyright = "2023, Ashley Barnes & COSIMA Contributors" -author = "Ashley Barnes & COSIMA Contributors" +project = "regional-mom6" +copyright = "2024, COSIMA community and outside contributors" +author = "COSIMA community and outside contributors" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 4948e383..e427db43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "regional_mom6" -description = "Automatic generation of regional configurations for Modular Ocean Model 6" -keywords = ["mom6", "regional", "ocean modeling"] +description = "Automatic generation of regional configurations for Modular Ocean Model v6" +keywords = ["mom6", "regional", "ocean modeling", "python"] authors = [ - {name = "Ashley Barnes, COSIMA community, and contributors"}, + {name = "COSIMA community and outside contributors"}, ] dynamic = ["version"] readme = "README.md"