Fixed PyPI image link format
This commit is contained in:
parent
b8fb7486fd
commit
5060edf4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{{ cookiecutter.package_name|count * "=" }}
|
||||
|
||||
{% if cookiecutter.readme_pypi_badge -%}
|
||||
.. image:: https://pypip.in/v/{{ cookiecutter.package_name }}/badge.png
|
||||
.. image:: https://img.shields.io/pypi/v/{{ cookiecutter.package_name }}.svg
|
||||
:target: https://pypi.python.org/pypi/{{ cookiecutter.package_name }}
|
||||
:alt: Latest PyPI version
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue