diff --git a/pyproject.toml b/pyproject.toml index e152bd84..0ca94fd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]