Fixed PyPI image link format

This commit is contained in:
Josh 2015-12-09 19:45:49 +00:00
parent b8fb7486fd
commit 5060edf4b1

View file

@ -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 %}