We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71ad7b commit ca3de40Copy full SHA for ca3de40
1 file changed
pyproject.toml
@@ -29,6 +29,10 @@ dependencies = [
29
"pylint>=3.0,<5",
30
"astroid>=3.0,<5",
31
]
32
+urls."Homepage" = "https://github.com/pylint-dev/pylint-qt"
33
+urls."Source Code" = "https://github.com/pylint-dev/pylint-qt"
34
+urls."Bug tracker" = "https://github.com/pylint-dev/pylint-qt/issues"
35
+urls."Changelog" = "https://github.com/pylint-dev/pylint-qt/blob/main/CHANGELOG.md"
36
37
[project.optional-dependencies]
38
dev = [
0 commit comments