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.
1 parent 757baa8 commit fd36160Copy full SHA for fd36160
{{cookiecutter.project_slug}}/pyproject.toml
@@ -35,10 +35,10 @@ test = [
35
"pytest-xdist<4.0.0,>=3.6.1",
36
]
37
38
-{% if cookiecutter.command_line_interface != "No command-line interface" %}
+{% if cookiecutter.command_line_interface != "No command-line interface" -%}
39
[project.scripts]
40
{{ cookiecutter.project_slug }} = "{{ cookiecutter.project_slug }}.cli:main"
41
-{% endif %}
+{%- endif %}
42
43
[tool.deptry]
44
# DEP003: transitive deps
0 commit comments