From 21ff9cfbe4c24d8d1fc083d2cc049efd542da6ff Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 25 Aug 2021 08:52:05 +0200
Subject: [PATCH] badges: add PyPI

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e834732..9d03a6e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
 [![conde version](https://img.shields.io/conda/vn/conda-forge/example-robot-data.svg)](https://anaconda.org/conda-forge/example-robot-data)
 [![conde install](https://anaconda.org/conda-forge/example-robot-data/badges/installer/conda.svg)](https://anaconda.org/conda-forge/example-robot-data)
 [![conde download](https://anaconda.org/conda-forge/example-robot-data/badges/downloads.svg)](https://anaconda.org/conda-forge/example-robot-data)
+[![PyPI version](https://badge.fury.io/py/example-robot-data.svg)](https://badge.fury.io/py/example-robot-data)
 
 
 This repository includes a set of robot descriptions that are aimed to be used in benchmarking, unit-tests, teachings,
@@ -27,7 +28,7 @@ tutorials or show-cases. These source files do not intend to substitute their or
    ```bash
    sudo apt install robotpkg-py3\*-example-robot-data
    ```
-   
+
 ### :snake: From <img src="https://s3.amazonaws.com/conda-dev/conda_logo.svg" height="18">
 
 As simple as that:
-- 
GitLab