{% if is_open_source %} .. image:: https://img.shields.io/pypi/v/{{ cookiecutter.project_slug }}.svg
target: https://pypi.python.org/pypi/{{ cookiecutter.project_slug }}
{%- endif %}
{{ cookiecutter.project_short_description }}
{% if is_open_source %} * Free software: {{ cookiecutter.open_source_license }} * Documentation: https://{{ cookiecutter.project_slug | replace("_", "-") }}.readthedocs.io. {% endif %}
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.