We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31eb714 commit a7cdc9fCopy full SHA for a7cdc9f
1 file changed
template/pyproject.toml.jinja
@@ -71,11 +71,10 @@ Repository = "{{ repository_url }}"
71
Issues = "{{ repository_url }}/issues"
72
{% if AddChangeLog -%}
73
Changelog = "{{ repository_url }}/CHANGELOG.md"
74
-{%- endif %}
+{% endif -%}
75
{% if AddOnlineDocumentation -%}
76
ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
77
78
-
+{% endif %}
79
[tool.pytest.ini_options]
80
testpaths = ["tests"]
81
0 commit comments