Skip to content

Commit

Permalink
Merge pull request #2977 from pygame-community/ankith26-pyproject-urls
Browse files Browse the repository at this point in the history
Fix homepage and release notes link in pypi urls
  • Loading branch information
oddbookworm authored Jul 7, 2024
2 parents ad1aa9c + fca0333 commit c570480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c570480

Please sign in to comment.