From f28c81cb74b7f76106a5f1fe459babab1369c0cc Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:51:22 +0000 Subject: [PATCH 1/2] Correct mo_pack typo on _templating_include.json. --- templates/_templating_include.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_templating_include.json b/templates/_templating_include.json index 8aef61a..abfe6c3 100644 --- a/templates/_templating_include.json +++ b/templates/_templating_include.json @@ -132,7 +132,7 @@ "tephi": "pyproject.toml", "cf-units": "pyproject.toml", "workflows": "pyproject.toml", - "mo-pack": "pyproject.toml", + "mo_pack": "pyproject.toml", "test-iris-imagehash": "pyproject.toml", "iris-sample-data": "pyproject.toml", "iris-abfs": "pyproject.toml" From c5deadf6e7eca6b32a641fb57ee1c3dd1e7b923f Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:02:58 +0000 Subject: [PATCH 2/2] More pyproject.toml templating fixes. --- templates/_templating_include.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/_templating_include.json b/templates/_templating_include.json index abfe6c3..ec631ab 100644 --- a/templates/_templating_include.json +++ b/templates/_templating_include.json @@ -131,10 +131,8 @@ "python-stratify": "pyproject.toml", "tephi": "pyproject.toml", "cf-units": "pyproject.toml", - "workflows": "pyproject.toml", "mo_pack": "pyproject.toml", "test-iris-imagehash": "pyproject.toml", - "iris-sample-data": "pyproject.toml", - "iris-abfs": "pyproject.toml" + "iris-abf": "pyproject.toml" } }