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 457b49d commit 13513fcCopy full SHA for 13513fc
pyproject.toml
@@ -2,18 +2,16 @@
2
name = "language_tool_python"
3
version = "2.8.2"
4
description = "Checks grammar using LanguageTool."
5
-readme = "README.md"
+readme = { file = "README.md", content-type = "text/markdown" }
6
license = { file = "LICENSE" }
7
authors = [
8
{ name = "Jack Morris", email = "jxmorris12@gmail.com" }
9
]
10
-urls = { Homepage = "https://github.com/jxmorris12/language_tool_python" }
+urls = { Repository = "https://github.com/jxmorris12/language_tool_python.git" }
11
12
dependencies = [
13
- "pip",
14
"requests",
15
- "tqdm",
16
- "wheel"
+ "tqdm"
17
18
19
[project.optional-dependencies]
0 commit comments