Skip to content

Commit 375a7c5

Browse files
committed
make NOTICE entry in MANIFEST.in license dependent
1 parent 353b3eb commit 375a7c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

template/MANIFEST.in.jinja

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{% if AddCitation -%}include CITATION.cff{%- endif %}
1+
{%- if AddCitation %}
2+
include CITATION.cff
3+
{%- endif %}
24
include LICENSE
5+
{%- if license == "Apachev2" %}
36
include NOTICE
7+
{%- endif %}
48
include README.md

0 commit comments

Comments
 (0)