We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc57f32 commit 9b58b64Copy full SHA for 9b58b64
{{cookiecutter.project_slug}}/MANIFEST.in
@@ -1,6 +1,6 @@
1
include CITATION
2
-include LICENSE
3
-
+{% if cookiecutter.open_source_license == 'Not open source' %}include LICENSE
+{% endif %}
4
exclude *.yaml
5
exclude *.yml
6
exclude tox.ini
0 commit comments