From 0ef131678f13771b4d4961fab4a345e0e73e0257 Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Wed, 10 Dec 2025 23:22:46 -0500 Subject: [PATCH] Added Documentation link to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f388ed3..4690dba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ readme = {file = "README.md", content-type = "text/markdown"} # https://packaging.python.org/en/latest/specifications/core-metadata/#license license = {file = "LICENSE"} + # This should be your name or the name of the organization who originally # authored the project, and a valid email address corresponding to the name # listed. @@ -128,6 +129,7 @@ optional-dependencies.dev = {file = ["./requirements-dev.txt"]} # what's used to render the link text on PyPI. [project.urls] "Homepage" = "https://github.com/craigerl/aprsd" +"Documentation" = "https://aprsd.readthedocs.io/en/latest/" "Bug Reports" = "https://github.com/craigerl/aprsd/issues" "Source" = "https://github.com/craigerl/aprsd"