NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
177 stars 76 forks source link

Handle double quotes in name and description. #414

Closed lyashevska closed 4 weeks ago

lyashevska commented 1 month ago

Description

This PR handles double quotes in full_name and `package_short_description' which was originally in cookiecutter hooks.

    "full_name": cookiecutter.full_name.replace('\"', '\\\"'),
    "package_short_description": cookiecutter.package_short_description.replace('\"', '\\\"')

Related issues: