File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ description = "{{ project_description }}"
1010readme = "README.md"{% if copyright_license != 'none' %}
1111license = { text = "{{ copyright_license }}" }{% endif %}
1212authors = [
13- { name = "{{ author_username }}", email = "{{ author_email }}" }
13+ { name = "{{ author_username }}", email = "{{ author_email }}" }
1414]
1515keywords = [
16- "{{ python_package_distribution_name }}"
16+ "{{ python_package_distribution_name }}"
1717]
1818dynamic = [
19- "classifiers",
20- "dependencies"
19+ "classifiers",
20+ "dependencies"
2121]
2222
2323[project.urls]
@@ -26,7 +26,9 @@ repository = "https://{{ repository_provider }}/{{ repository_namespace }}/{{ re
2626documentation = {% 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+ ]
3032classifiers = [
3133]
3234
You can’t perform that action at this time.
0 commit comments