From 43497e3c2e1a90bbe0413a33ebcdab9fde469d98 Mon Sep 17 00:00:00 2001 From: Henning Janssen Date: Mon, 24 Jan 2022 10:28:08 +0100 Subject: [PATCH] Add badges to readme --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 91350fa..e0401a7 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,5 @@ +|MIT license| |Github version| |PyPi version| |PyPi pyversion| |Build status| |Coverage status| + Pymatgen-io-fleur ========================= @@ -64,3 +66,16 @@ License ++++++++ *pymatgen-io-fleur* is distributed under the terms and conditions of the MIT license. + +.. |MIT license| image:: https://img.shields.io/badge/license-MIT-blue.svg + :target: LICENSE +.. |GitHub version| image:: https://img.shields.io/github/v/tag/JuDFTTeam/pymatgen-io-fleur?include_prereleases&label=GitHub%20version&logo=GitHub + :target: https://github.com/JuDFTteam/pymatgen-io-fleur/releases +.. |PyPI version| image:: https://img.shields.io/pypi/v/pymatgen-io-fleur + :target: https://pypi.org/project/pymatgen-io-fleur/ +.. |PyPI pyversion| image:: https://img.shields.io/pypi/pyversions/pymatgen-io-fleur + :target: https://pypi.org/project/pymatgen-io-fleur/ +.. |Build status| image:: https://github.com/JuDFTteam/pymatgen-io-fleur/workflows/pymatgen-io-fleur/badge.svg?branch=develop&event=push + :target: https://github.com/JuDFTteam/pymatgen-io-fleur/actions +.. |Coverage Status| image:: https://codecov.io/gh/JuDFTteam/pymatgen-io-fleur/branch/develop/graph/badge.svg + :target: https://codecov.io/gh/JuDFTteam/pymatgen-io-fleur