Skip to content

Commit a06bb8e

Browse files
authored
chore: Update project URLs (#5)
1 parent ba31f47 commit a06bb8e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ classifiers = [
2626
]
2727

2828
[project.urls]
29-
repository = "https://github.com/tcgdex/python-sdk"
30-
"Bug Tracker" = "https://github.com/tcgdex/python-sdk/issues"
3129
homepage = "https://tcgdex.dev"
32-
documentation = "https://tcgdex.dev/sdks/python"
33-
"Sponsor Us !" = "https://github.com/sponsors/tcgdex"
30+
source = "https://github.com/tcgdex/python-sdk"
31+
download = "https://github.com/tcgdex/python-sdk/releases/latest"
32+
changelog = "https://github.com/tcgdex/python-sdk/releases/latest"
33+
releasenotes = "https://github.com/tcgdex/python-sdk/releases/latest"
34+
documentation = "https://tcgdex.dev"
35+
issues = "https://github.com/tcgdex/python-sdk/issues"
36+
funding = "https://github.com/sponsors/tcgdex"
3437

3538
[build-system]
3639
requires = ["pdm-backend"]

0 commit comments

Comments
 (0)