Skip to content

Commit

Permalink
Avoid empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Nov 10, 2023
1 parent 61bcc4a commit 4a59b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ name = "{{ cookiecutter.project_slug }}"
description = "{{ cookiecutter.project_short_description }}"
readme = "README.md"
requires-python = ">={{ cookiecutter.target_python_version }}"
{% if not cookiecutter.open_source_license == 'proprietary' %}
{%- if not cookiecutter.open_source_license == 'proprietary' %}
# only license identifier from https://spdx.org/licenses/ allowed
license = "{{ cookiecutter.open_source_license }}"
{% endif %}
{%- endif %}
license-files = { paths = ["LICENSE.txt"] }

# keywords for easier look-up on PyPI
Expand Down

0 comments on commit 4a59b59

Please sign in to comment.