Skip to content

Commit 56ee541

Browse files
committed
Remove remnants of is_open_source
1 parent 1316006 commit 56ee541

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# {{ cookiecutter.project_name }}
22

3-
{% if is_open_source %}
43
![PyPI version](https://img.shields.io/pypi/v/{{ cookiecutter.project_slug }}.svg)
54
[![Documentation Status](https://readthedocs.org/projects/{{ cookiecutter.project_slug | replace("_", "-") }}/badge/?version=latest)](https://{{ cookiecutter.project_slug | replace("_", "-") }}.readthedocs.io/en/latest/?version=latest)
6-
{% endif %}
75

86
{{ cookiecutter.project_short_description }}
97

10-
{% if is_open_source %}
118
* Free software: MIT License
129
* Documentation: https://{{ cookiecutter.project_slug | replace("_", "-") }}.readthedocs.io.
13-
{% endif %}
1410

1511
## Features
1612

0 commit comments

Comments
 (0)