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 1c952f2 commit a5ca38bCopy full SHA for a5ca38b
hooks/pre_gen_project.py
@@ -20,5 +20,5 @@
20
}
21
22
license = '{{ cookiecutter.license }}'
23
-_ = '{{ cookiecutter.update({"license_classifier": LICENSE_CLASSIFIERS.get(license, license)}) }}'
24
-_ = '{{ cookiecutter.update({"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