Skip to content

Commit cb394c6

Browse files
authored
Fix whitespace stripping in pyproject (#81)
1 parent 6ec91ba commit cb394c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.package_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ include-package-data = true
5454

5555
[tool.setuptools.packages.find]
5656
include = ["{{ cookiecutter.module_name }}*"]
57-
{% if cookiecutter.enable_dynamic_dev_versions == 'y' -%}
57+
{%- if cookiecutter.enable_dynamic_dev_versions == 'y' %}
5858
exclude = ["{{ cookiecutter.module_name }}._dev*"]
5959
{%- endif %}
6060

0 commit comments

Comments
 (0)