From 8f81d8a141a7909b7d7f24e9bbb5eca9c7306d56 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 15 Aug 2024 14:50:10 -0700 Subject: [PATCH] Update link to documentation (#286) Signed-off-by: Mihai Maruseac --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bf30e88..b3a97516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ keywords = [ [project.urls] Homepage = "https://pypi.org/project/model-signing/" Changelog = "https://github.com/sigstore/model-transparency/blob/main/CHANGELOG.md" -# TODO: https://github.com/sigstore/model-transparency/pull/279 - Documentation = "...." +Documentation = "https://sigstore.github.io/model-transparency/model_signing.html" Source = "https://github.com/sigstore/model-transparency" Issues = "https://github.com/sigstore/model-transparency/issues" PyPI = "https://pypi.org/project/model-signing/"