Skip to content

Commit 13513fc

Browse files
committed
Some patchs in pyproject.toml (urls, unused dependencies, readme content type)
1 parent 457b49d commit 13513fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
name = "language_tool_python"
33
version = "2.8.2"
44
description = "Checks grammar using LanguageTool."
5-
readme = "README.md"
5+
readme = { file = "README.md", content-type = "text/markdown" }
66
license = { file = "LICENSE" }
77
authors = [
88
{ name = "Jack Morris", email = "jxmorris12@gmail.com" }
99
]
10-
urls = { Homepage = "https://github.com/jxmorris12/language_tool_python" }
10+
urls = { Repository = "https://github.com/jxmorris12/language_tool_python.git" }
1111

1212
dependencies = [
13-
"pip",
1413
"requests",
15-
"tqdm",
16-
"wheel"
14+
"tqdm"
1715
]
1816

1917
[project.optional-dependencies]

0 commit comments

Comments
 (0)