From f7aaf25443f9b7ebaaaca55e48971936a82aed3c Mon Sep 17 00:00:00 2001 From: Vincent Leroy Date: Sun, 25 Feb 2024 22:00:06 +0100 Subject: [PATCH] Dessine-moi is now on conda-forge --- CHANGELOG.md | 2 ++ README.md | 2 +- docs/index.rst | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f973f5d..cbc106e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Dessine-moi 24.2.0 (upcoming release) +- *Dessine-moi* is now on conda-forge. + ## Dessine-moi 24.1.0 (2024-02-25) - Add Python 3.12 support ({ghpr}`8`). diff --git a/README.md b/README.md index d1140b0..89b20f7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The narrator of Antoine de Saint-Exupéry's Little Prince probably dreamt of a factory like this one... [![PyPI version](https://img.shields.io/pypi/v/dessinemoi?color=blue)](https://pypi.org/project/dessinemoi) -[![Conda version](https://img.shields.io/conda/v/eradiate/dessinemoi?color=blue)](https://anaconda.org/eradiate/dessinemoi) +[![Conda version](https://img.shields.io/conda/v/conda-forge/dessinemoi?color=blue)](https://anaconda.org/conda-forge/dessinemoi) [![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/leroyvn/dessinemoi/ci.yml?branch=main)](https://github.com/leroyvn/dessinemoi/actions/workflows/ci.yml) [![Documentation Status](https://img.shields.io/readthedocs/dessinemoi)](https://dessinemoi.readthedocs.io) diff --git a/docs/index.rst b/docs/index.rst index c7e6bab..51b4338 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,8 +13,8 @@ Dessine-moi .. image:: https://img.shields.io/pypi/v/dessinemoi?color=blue :target: https://pypi.org/project/dessinemoi -.. image:: https://img.shields.io/conda/v/eradiate/dessinemoi?color=blue - :target: https://anaconda.org/eradiate/dessinemoi +.. image:: https://img.shields.io/conda/v/conda-forge/dessinemoi?color=blue + :target: https://anaconda.org/conda-forge/dessinemoi .. image:: https://img.shields.io/github/actions/workflow/status/leroyvn/dessinemoi/ci.yml?branch=main :target: https://github.com/leroyvn/dessinemoi/actions/workflows/ci.yml @@ -67,7 +67,7 @@ Using Conda: .. code-block:: bash - conda install -c eradiate dessinemoi + conda install -c conda-forge dessinemoi The :ref:`usage` section presents *Dessine-moi*'s features and how to use them.