Skip to content

Commit 866eb96

Browse files
committed
✨ add pypi and download badges
1 parent 6e469f2 commit 866eb96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/badges.rst.jj2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
.. image:: https://codecov.io/{{base_path}}{{suffix}}
2424
:target: https://codecov.io/{{base_path}}
2525

26+
{% if release != "0.0.0" %}
27+
.. image:: https://badge.fury.io/py/{{name}}.svg
28+
:target: https://pypi.org/project/{{name}}
29+
30+
.. image:: https://pepy.tech/badge/{{name}}/month
31+
:target: https://pepy.tech/project/{{name}}/month
32+
{% endif %}
33+
2634
{% if gitter_room %}
2735
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
2836
:target: https://gitter.im/{{gitter_room}}

0 commit comments

Comments
 (0)