We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e469f2 commit 866eb96Copy full SHA for 866eb96
templates/badges.rst.jj2
@@ -23,6 +23,14 @@
23
.. image:: https://codecov.io/{{base_path}}{{suffix}}
24
:target: https://codecov.io/{{base_path}}
25
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
34
{% if gitter_room %}
35
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
36
:target: https://gitter.im/{{gitter_room}}
0 commit comments