From 7d3412c18e9541dacfbfa4f244a707d447004db8 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Wed, 18 Dec 2024 09:04:37 +0200 Subject: [PATCH] DOC: add pypi/conda-forge badges to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 69c8f17..8acde4e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Floating-point aware, human readable, numpy-compatible doctesting. + +[![PyPI version][pypi-version]][pypi-link] +[![Conda-Forge][conda-badge]][conda-link] + + + +[conda-badge]: https://img.shields.io/conda/vn/conda-forge/scipy-doctest +[conda-link]: https://anaconda.org/conda-forge/scipy-doctest +[pypi-link]: https://pypi.org/project/scipy-doctest/ +[pypi-version]: https://img.shields.io/pypi/v/scipy-doctest + + + ## TL;DR This project extends the standard library `doctest` module to allow flexibility