Skip to content

Commit cca2fc1

Browse files
authored
docs: add conda badge (#772)
* docs: add conda badge Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * docs: fix GHA badge Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 8cdeb86 commit cca2fc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![Live ReadTheDocs][rtd-badge]][rtd-link]
88

99
[![PyPI version][pypi-version]][pypi-link]
10+
[![Conda-Forge][conda-badge]][conda-link]
1011
[![PyPI platforms][pypi-platforms]][pypi-link]
1112

1213
A [copier][]/[cookiecutter][] template for new Python projects based on the
@@ -197,7 +198,7 @@ A lot of the guide, cookiecutter, and repo-review started out as part of
197198

198199
<!-- prettier-ignore-start -->
199200

200-
[actions-badge]: https://github.com/scientific-python/actions/cookie/workflows/ci.yml/badge.svg
201+
[actions-badge]: https://github.com/scientific-python/cookie/actions/workflows/ci.yml/badge.svg
201202
[actions-link]: https://github.com/scientific-python/cookie/actions
202203
[cibuildwheel]: https://cibuildwheel.readthedocs.io
203204
[cookiecutter]: https://cookiecutter.readthedocs.io
@@ -436,5 +437,7 @@ Will not show up if no `setup.cfg` file is present.
436437
[scientific-python development guide]: https://learn.scientific-python.org/development
437438
[scientific-python/cookie]: https://github.com/scientific-python/cookie
438439
[scikit-hep]: https://scikit-hep.org
440+
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/sp-repo-review
441+
[conda-link]: https://github.com/conda-forge/sp-repo-review-feedstock
439442

440443
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)