File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ description = "{{ project_description }}"
10
10
readme = "README.md"{% if copyright_license != 'none' %}
11
11
license = { text = "{{ copyright_license }}" }{% endif %}
12
12
authors = [
13
- { name = "{{ author_username }}", email = "{{ author_email }}" }
13
+ { name = "{{ author_username }}", email = "{{ author_email }}" }
14
14
]
15
15
keywords = [
16
- "{{ python_package_distribution_name }}"
16
+ "{{ python_package_distribution_name }}"
17
17
]
18
18
dynamic = [
19
- "classifiers",
20
- "dependencies"
19
+ "classifiers",
20
+ "dependencies"
21
21
]
22
22
23
23
[project.urls]
@@ -26,7 +26,9 @@ repository = "https://{{ repository_provider }}/{{ repository_namespace }}/{{ re
26
26
documentation = {% if repository_provider == "github.com" %} "https://{{ repository_namespace }}.github.io/{{ repository_name }}/"{% else %} "https://pages.{{ repository_provider }}/{{ repository_namespace }}/{{ repository_name }}"{% endif %}
27
27
28
28
[tool.poetry]
29
- packages = [ { include = "{{ python_package_import_name }}", from = "src" } ]
29
+ packages = [
30
+ { include = "{{ python_package_import_name }}", from = "src" }
31
+ ]
30
32
classifiers = [
31
33
]
32
34
You can’t perform that action at this time.
0 commit comments