From df7bbe5b5599cb042eb864cf86c63605e84ab823 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 24 Jul 2023 00:41:23 +0200 Subject: [PATCH] Add changelog to PyPI project URLs (#6207) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 720ff6b2a7e..512bdbc7d23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dynamic = ["version", "requires-python", "dependencies", "optional-dependencies" "Donate on Patreon" = "https://www.patreon.com/Red_Devs" "Issue Tracker" = "https://github.com/Cog-Creators/Red-DiscordBot/issues" "Source Code" = "https://github.com/Cog-Creators/Red-DiscordBot" +"Changelog" = "https://docs.discord.red/en/stable/changelog.html" [project.scripts] redbot = "redbot.__main__:main"