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 ba09a18 commit d7a540fCopy full SHA for d7a540f
hooks/pre_gen_project.py
@@ -19,6 +19,6 @@
19
'Unlicense': 'Unlicense',
20
}
21
22
-license = cookiecutter.license
23
-cookiecutter.license_classifier = LICENSE_CLASSIFIERS.get(license, license)
24
-cookiecutter.license_spdx = LICENSE_SPDX.get(license, license)
+license = '{{ cookiecutter.license }}'
+_ = '{{ cookiecutter.license_classifier = LICENSE_CLASSIFIERS.get(license, license) }}'
+_ = '{{ cookiecutter.license_spdx = LICENSE_SPDX.get(license, license) }}'
0 commit comments