Skip to content

Commit 89e9a55

Browse files
authored
Remove LICENSE from MANIFEST.in if no license is created.
1 parent 71ed5e8 commit 89e9a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include CITATION
2-
include LICENSE
3-
2+
{% if cookiecutter.open_source_license == 'Not open source' %}include LICENSE
3+
{% endif %}
44
exclude *.yaml
55
exclude *.yml
66
exclude tox.ini

0 commit comments

Comments
 (0)