We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7283f60 commit fc10c89Copy full SHA for fc10c89
conda/recipes/jupyterlab-nvdashboard/meta.yaml
@@ -48,6 +48,10 @@ about:
48
home: {{ package_json["homepage"] }}
49
license: {{ package_json["license"] }}
50
license_file: ../../../LICENSE
51
+ license_file:
52
+ {% for e in pyproject_toml["project"]["license-files"] %}
53
+ - ../../../{{ e }}
54
+ {% endfor %}
55
summary: {{ package_json["description"] }}
56
description: {{ package_json["description"] }}
57
doc_url: {{ package_json["homepage"] }}
0 commit comments