We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85a93e commit c900bbbCopy full SHA for c900bbb
pyproject.toml
@@ -4,7 +4,8 @@ version = "2.9.5"
4
requires-python = ">=3.9"
5
description = "Checks grammar using LanguageTool."
6
readme = { file = "README.md", content-type = "text/markdown" }
7
-license = { file = "LICENSE" }
+license = "GPL-3.0-only"
8
+license-files = ["LICENSE"]
9
authors = [
10
{ name = "Jack Morris", email = "jxmorris12@gmail.com" }
11
]
0 commit comments