We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834ae8b commit 576f209Copy full SHA for 576f209
1 file changed
templates/pyproject.toml.jinja
@@ -8,7 +8,7 @@ name = "{{ project_name }}"
8
version = "{{ package_version }}"
9
description = "{{ package_description }}"
10
authors = ["Jiyang Ye <jiyang.ye@ngi.no>"]
11
-maintainers = ["Jiyang Ye <jiyang.ye@ngi.no>"]
+maintainers = ["Jiyang Ye <jiyang.ye@ngi.no>", "Jostein Leira <jostein.leira@ngi.no>"]
12
readme = "README.md"
13
{% if pdm %}requires-python = ">=3.9,<4.0"{% endif %}
14
{% if poetry %}
0 commit comments