diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 2d1191e..69e6250 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -74,8 +74,8 @@ testpaths = [ "tests", "src/{{cookiecutter.project_name}}", ] +{{"\n" if cookiecutter.license_checker != "n" else ""}} {%- if cookiecutter.license_checker != "n" -%} - [tool.pylic] safe_licenses = [ "1-clause BSD License",