From b9d948b9a09a3e1a5494daaa57135bfb86e5b4ec Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Tue, 23 Apr 2024 11:36:51 +0300 Subject: [PATCH 1/2] don't single out one contributor --- docs/conf.py | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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" From d4dbfb234c7ec497d3060aa5e0f41f83d784b7f4 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Tue, 23 Apr 2024 11:39:54 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7684dd..778aa334 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # regional-mom6 -*Python package for automatic generation of regional configurations for the [Modular Ocean Model version 6](https://github.com/mom-ocean/MOM6) (MOM6).* +*Python package for automatic generation of regional configurations for the [Modular Ocean Model version 6](https://github.com/mom-ocean/MOM6) (MOM6)* [![Repo status](https://www.repostatus.org/badges/latest/active.svg?style=flat-square)](https://www.repostatus.org/#active) [![conda forge](https://img.shields.io/conda/vn/conda-forge/regional-mom6.svg)](https://anaconda.org/conda-forge/regional-mom6)