From fca033360b2e69b095a1163b46e1da54404c4384 Mon Sep 17 00:00:00 2001 From: Ankith Date: Sun, 7 Jul 2024 16:00:52 +0530 Subject: [PATCH] Fix homepage and release notes link in pypi urls --- pyproject.toml | 5 +++-- setup.py | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4fa5da313..2d582855df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,10 +39,11 @@ classifiers = [ ] [project.urls] -"Homepage" = "https://github.com/pygame-community/pygame-ce" +homepage = "https://pyga.me" "Bug Reports" = "https://github.com/pygame-community/pygame-ce/issues" -"Source" = "https://github.com/pygame-community/pygame-ce" "Documentation" = "https://pyga.me/docs" +"Release Notes" = "https://github.com/pygame-community/pygame-ce/releases" +"Source" = "https://github.com/pygame-community/pygame-ce" [project.entry-points.pyinstaller40] hook-dirs = 'pygame.__pyinstaller:get_hook_dirs' diff --git a/setup.py b/setup.py index 823a2092b3..8ad35f7efc 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ "Documentation": "https://pyga.me/docs", "Bug Tracker": "https://github.com/pygame-community/pygame-ce/issues", "Source": "https://github.com/pygame-community/pygame-ce", + "Release Notes": "https://github.com/pygame-community/pygame-ce/releases", }, "classifiers": [ "Development Status :: 5 - Production/Stable",