Skip to content

Commit

Permalink
Add "Bug Tracker" and "Documentation" links to pyproject.toml
Browse files Browse the repository at this point in the history
They show up on the pypi page on the left, making
them easier to find.

Based on:
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Jun 26, 2024
1 parent 37da768 commit 689316d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ disallow_any_decorated = false
# It's not useful to annotate each test function as `-> None`.
disallow_untyped_defs = false
disallow_incomplete_defs = false

[project.urls]
"Homepage" = "https://github.com/pyca/pynacl/"
"Bug Tracker" = "https://github.com/pyca/pynacl/issues"
"Documentation" = "https://pynacl.readthedocs.io/"

0 comments on commit 689316d

Please sign in to comment.