Skip to content

Commit 7deddc5

Browse files
authored
Fix deprecated SPDX license identifiers (#54)
LGPL-2.1 → LGPL-2.1-only
1 parent 1a520c9 commit 7deddc5

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
@@ -2,7 +2,7 @@
22
authors = [
33
{name = "CMI DAIR", email = "dair@childmind.org"}
44
]
5-
license = "LGPL-2.1"
5+
license = "LGPL-2.1-only"
66
requires-python = ">=3.10"
77
name = "gen192"
88
version = "0.1.0"

0 commit comments

Comments
 (0)