Skip to content

Commit

Permalink
Better configure project urls in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
friedkeenan committed Jun 16, 2023
1 parent 2a35cc2 commit d31c547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies = [
]

[project.urls]
repository = "https://github.com/friedkeenan/pak"
"Documentation" = "https://pak.readthedocs.io/"
"Repository" = "https://github.com/friedkeenan/pak"

[project.optional-dependencies]
tests = [
Expand Down

0 comments on commit d31c547

Please sign in to comment.