Skip to content

Commit ca3de40

Browse files
chore: add project URLs
1 parent c71ad7b commit ca3de40

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ dependencies = [
2929
"pylint>=3.0,<5",
3030
"astroid>=3.0,<5",
3131
]
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"
3236

3337
[project.optional-dependencies]
3438
dev = [

0 commit comments

Comments
 (0)