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 Jul 5, 2024
1 parent 5f529ff commit 3a32902
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 @@ -44,6 +44,11 @@ docs = [
"sphinx_rtd_theme"
]

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

[tool.black]
line-length = 79
target-version = ["py36"]
Expand Down

0 comments on commit 3a32902

Please sign in to comment.