diff --git a/config/templates/datapackage.json b/config/templates/datapackage.json index 76ca43f..cd7783c 100644 --- a/config/templates/datapackage.json +++ b/config/templates/datapackage.json @@ -6,7 +6,8 @@ ], "licenses": [ { - "path": "{{ld.license}}" + "path": "{{ld.license}}"{%if ld.creditText %}, + "attributionText": "{{ld.creditText}}"{% endif %} } ], "name": "{{ld.datapackageName}}",