summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>2022-08-12 23:28:45 +0200
committerGitHub <noreply@github.com>2022-08-12 23:28:45 +0200
commitdf93f97b70cb87e604a260cdc57f53a407cd87bf (patch)
tree5f2d639e021459be6847014ab2fea7f3fa2f9f4f /pyproject.toml
parent9dead651a8f6394ae6c56956cceee4ebc8ad3c58 (diff)
downloadpylint-git-df93f97b70cb87e604a260cdc57f53a407cd87bf.tar.gz
Update PyPI `Homepage` url via pyproject.toml configuration. (#7299)
Closes #7298 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b5ed6a13b..59867344a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,6 +54,7 @@ spelling = ["pyenchant~=3.2"]
[project.urls]
"Docs: User Guide" = "https://pylint.pycqa.org/en/latest/"
"Source Code" = "https://github.com/PyCQA/pylint"
+"homepage" = "https://github.com/PyCQA/pylint"
"What's New" = "https://pylint.pycqa.org/en/latest/whatsnew/2/"
"Bug Tracker" = "https://github.com/PyCQA/pylint/issues"
"Discord Server" = "https://discord.com/invite/Egy6P8AMB5"