We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cookiecutter
1 parent d7a540f commit dec5e79Copy full SHA for dec5e79
hooks/pre_gen_project.py
@@ -20,5 +20,5 @@
20
}
21
22
license = '{{ cookiecutter.license }}'
23
-_ = '{{ cookiecutter.license_classifier = LICENSE_CLASSIFIERS.get(license, license) }}'
24
-_ = '{{ cookiecutter.license_spdx = LICENSE_SPDX.get(license, license) }}'
+_ = '{{ cookiecutter.update({"license_classifier": LICENSE_CLASSIFIERS.get(license, license)}) }}'
+_ = '{{ cookiecutter.update({"license_spdx": LICENSE_SPDX.get(license, license)}) }}'
0 commit comments