Skip to content

Commit fc10c89

Browse files
committed
Template Conda license files
1 parent 7283f60 commit fc10c89

File tree

1 file changed

+4
-0
lines changed
  • conda/recipes/jupyterlab-nvdashboard

1 file changed

+4
-0
lines changed

conda/recipes/jupyterlab-nvdashboard/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ about:
4848
home: {{ package_json["homepage"] }}
4949
license: {{ package_json["license"] }}
5050
license_file: ../../../LICENSE
51+
license_file:
52+
{% for e in pyproject_toml["project"]["license-files"] %}
53+
- ../../../{{ e }}
54+
{% endfor %}
5155
summary: {{ package_json["description"] }}
5256
description: {{ package_json["description"] }}
5357
doc_url: {{ package_json["homepage"] }}

0 commit comments

Comments
 (0)