Skip to content

Commit a449905

Browse files
authored
Update pyproject.toml.jinja
1 parent 7310f84 commit a449905

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

project/pyproject.toml.jinja

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ description = "{{ project_description }}"
1010
readme = "README.md"{% if copyright_license != 'none' %}
1111
license = { text = "{{ copyright_license }}" }{% endif %}
1212
authors = [
13-
{ name = "{{ author_username }}", email = "{{ author_email }}" }
13+
{ name = "{{ author_username }}", email = "{{ author_email }}" }
1414
]
1515
keywords = [
16-
"{{ python_package_distribution_name }}"
16+
"{{ python_package_distribution_name }}"
1717
]
1818
dynamic = [
19-
"classifiers",
20-
"dependencies"
19+
"classifiers",
20+
"dependencies"
2121
]
2222

2323
[project.urls]
@@ -26,7 +26,9 @@ repository = "https://{{ repository_provider }}/{{ repository_namespace }}/{{ re
2626
documentation = {% if repository_provider == "github.com"%}"https://{{ repository_namespace }}.github.io/{{ repository_name }}/"{% else %}"https://pages.{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}"{% endif %}
2727

2828
[tool.poetry]
29-
packages = [ { include = "{{ python_package_import_name }}", from = "src" } ]
29+
packages = [
30+
{ include = "{{ python_package_import_name }}", from = "src" }
31+
]
3032
classifiers = [
3133
]
3234

0 commit comments

Comments
 (0)