Skip to content

Commit ca4a0e9

Browse files
committed
fix: update license format in pyproject.toml and pyproject.toml.jinja
1 parent a949288 commit ca4a0e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nadag-innmelding-python-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nadag-innmelding-python-client"
33
version = "2025.10.14"
44
description = "A client library for accessing Nadag innmelding API"
5-
license = {text = "MIT"}
5+
license = "MIT"
66
authors = ["Jiyang Ye <[email protected]>"]
77
maintainers = ["Jiyang Ye <[email protected]>", "Jostein Leira <[email protected]>"]
88
readme = "README.md"

templates/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name = "{{ project_name }}"
88
version = "{{ package_version }}"
99
description = "{{ package_description }}"
10-
license = {text = "MIT"}
10+
license = "MIT"
1111
authors = ["Jiyang Ye <jiyang[email protected]>"]
1212
maintainers = ["Jiyang Ye <jiyang[email protected]>", "Jostein Leira <jostein[email protected]>"]
1313
readme = "README.md"

0 commit comments

Comments
 (0)