Skip to content

Commit 576f209

Browse files
authored
Update pyproject.toml.jinja
add Jostein to maintainers list
1 parent 834ae8b commit 576f209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "{{ project_name }}"
88
version = "{{ package_version }}"
99
description = "{{ package_description }}"
1010
authors = ["Jiyang Ye <jiyang[email protected]>"]
11-
maintainers = ["Jiyang Ye <jiyang[email protected]>"]
11+
maintainers = ["Jiyang Ye <jiyang[email protected]>", "Jostein Leira <jostein[email protected]>"]
1212
readme = "README.md"
1313
{% if pdm %}requires-python = ">=3.9,<4.0"{% endif %}
1414
{% if poetry %}

0 commit comments

Comments
 (0)