Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -197,7 +198,7 @@ A lot of the guide, cookiecutter, and repo-review started out as part of

<!-- prettier-ignore-start -->

[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
Expand Down Expand Up @@ -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

<!-- prettier-ignore-end -->
Loading