Skip to content

Commit 6d1d8ea

Browse files
authored
Fix deprecated SPDX license identifiers (#92)
LGPL-2.1 → LGPL-2.1-only
1 parent b74e33d commit 6d1d8ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Iktae Kim", email = "iktae.kim@childmind.org"},
77
{name = "Adam Santorelli", email = "adam.santorelli@childmind.org"}
88
]
9-
license = "LGPL-2.1"
9+
license = "LGPL-2.1-only"
1010
readme = "README.md"
1111
requires-python = ">=3.10,<3.13"
1212
dependencies = [

0 commit comments

Comments
 (0)