Skip to content

Commit 1621df0

Browse files
authored
Merge pull request #62 from thewtex/pypi-license-badges
DOC: Add PyPI and License badge to template README
2 parents 1bf2a36 + 640c147 commit 1621df0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

{{cookiecutter.project_name}}/README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
:target: https://dev.azure.com/InsightSoftwareConsortium/ITKModules/_build/latest?definitionId=8&branchName=master
66
:alt: Build Status
77

8+
.. image:: https://img.shields.io/pypi/v/{{ cookiecutter.python_package_name }}.svg
9+
:target: https://pypi.python.org/pypi/{{ cookiecutter.python_package_name }}
10+
:alt: PyPI Version
11+
12+
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
13+
:target: {{ cookiecutter.download_url }}/blob/master/LICENSE)
14+
:alt: License
15+
816
Overview
917
--------
1018

0 commit comments

Comments
 (0)