diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 4e7cafc..bc7b363 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -74,7 +74,7 @@ testpaths = [ "tests", "src/{{cookiecutter.project_name}}", ] -{%- if cookiecutter.license_checker == "y" -%} +{%- if cookiecutter.license_checker == "Y" -%} [tool.pylic] safe_licenses = [ "1-clause BSD License",