From 4e5f97934acf1919c487fa3af46bd0401924b7c8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 3 Apr 2026 20:13:26 -0500 Subject: [PATCH 1/2] docs: add conda badge Signed-off-by: Henry Schreiner --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45aadc0b..6a2c2b59 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Live ReadTheDocs][rtd-badge]][rtd-link] [![PyPI version][pypi-version]][pypi-link] +[![Conda-Forge][conda-badge]][conda-link] [![PyPI platforms][pypi-platforms]][pypi-link] A [copier][]/[cookiecutter][] template for new Python projects based on the @@ -436,5 +437,7 @@ Will not show up if no `setup.cfg` file is present. [scientific-python development guide]: https://learn.scientific-python.org/development [scientific-python/cookie]: https://github.com/scientific-python/cookie [scikit-hep]: https://scikit-hep.org +[conda-badge]: https://img.shields.io/conda/vn/conda-forge/sp-repo-review +[conda-link]: https://github.com/conda-forge/sp-repo-review-feedstock From 209b20dc1e32bbd3843afee85072e7611c105a70 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 3 Apr 2026 20:16:02 -0500 Subject: [PATCH 2/2] docs: fix GHA badge Signed-off-by: Henry Schreiner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2c2b59..005b5878 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ A lot of the guide, cookiecutter, and repo-review started out as part of -[actions-badge]: https://github.com/scientific-python/actions/cookie/workflows/ci.yml/badge.svg +[actions-badge]: https://github.com/scientific-python/cookie/actions/workflows/ci.yml/badge.svg [actions-link]: https://github.com/scientific-python/cookie/actions [cibuildwheel]: https://cibuildwheel.readthedocs.io [cookiecutter]: https://cookiecutter.readthedocs.io