From e389dd6eebc0eb9d768771ce4ee02c7b81cc46c4 Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Wed, 13 Mar 2024 22:01:29 +0300 Subject: [PATCH] Add docs to project urls. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 47db19d..9afb45e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dev = ["vshieldpy[testing]", "ruff"] [project.urls] Homepage = "https://github.com/airblast-dev/vshieldpy" Issues = "https://github.com/airblast-dev/vshieldpy/issues" +Docs = "https://vshieldpy.readthedocs.io/en/latest/" [build-system] requires = ["hatchling"]