Skip to content

Commit

Permalink
chore: add project URLs in pyproject.toml (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Jan 6, 2025
1 parent ac82751 commit d049247
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ dependencies = [
"rich>=13.0.0",
]

[project.urls]
homepage = "https://github.com/bossenti/vistafetch"
documentation = "https://github.com/bossenti/vistafetch/blob/main/README.md"
repository = "https://github.com/bossenti/vistafetch"
changelog = "https://github.com/bossenti/vistafetch/releases"

[dependency-groups]
dev = [
"autoflake==2.3.1",
Expand Down

0 comments on commit d049247

Please sign in to comment.