From df93f97b70cb87e604a260cdc57f53a407cd87bf Mon Sep 17 00:00:00 2001 From: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Date: Fri, 12 Aug 2022 23:28:45 +0200 Subject: Update PyPI `Homepage` url via pyproject.toml configuration. (#7299) Closes #7298 Co-authored-by: Pierre Sassoulas --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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" -- cgit v1.2.1