Skip to content

Commit

Permalink
Update pyproject.toml linking to repository and issues (#162)
Browse files Browse the repository at this point in the history
This will help on repository discoverability within PyPI. 

Followed official Python guidelines from [here](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls).
  • Loading branch information
ivan-gj authored Oct 10, 2024
1 parent 285d221 commit d9d0fa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ requires-python = ">=3.9"
license = { file = "LICENSE" }
version = "0.19.6"
dynamic = ['description']

[project.urls]
Repository = "https://github.com/fustom/python-ariston-api.git"
Issues = "https://github.com/fustom/python-ariston-api/issues"

0 comments on commit d9d0fa4

Please sign in to comment.