Skip to content

Commit 4a433d0

Browse files
committed
chore: add repository URLs, bump to 1.0.1
Add Repository and Issues URLs so the GitHub link surfaces on the PyPI project page. Bump version to trigger a release carrying the new metadata.
1 parent 166e481 commit 4a433d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pkmnprices"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Python client for the Pkmn Prices API"
99
readme = "README.md"
1010
license = "MIT"
@@ -19,6 +19,8 @@ dependencies = ["httpx>=0.27"]
1919

2020
[project.urls]
2121
Homepage = "https://pkmnprices.com"
22+
Repository = "https://github.com/preaverage/pkmnprices-py"
23+
Issues = "https://github.com/preaverage/pkmnprices-py/issues"
2224

2325
[project.optional-dependencies]
2426
dev = ["pytest>=8", "pytest-asyncio>=0.23", "mypy>=1.10", "ruff>=0.5"]

0 commit comments

Comments
 (0)