Skip to content

Commit c900bbb

Browse files
committed
fix (pyproject.toml): PEP 639 update (license annoucement)
1 parent a85a93e commit c900bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "2.9.5"
44
requires-python = ">=3.9"
55
description = "Checks grammar using LanguageTool."
66
readme = { file = "README.md", content-type = "text/markdown" }
7-
license = { file = "LICENSE" }
7+
license = "GPL-3.0-only"
8+
license-files = ["LICENSE"]
89
authors = [
910
{ name = "Jack Morris", email = "jxmorris12@gmail.com" }
1011
]

0 commit comments

Comments
 (0)