From 0ab0fb8000dd66fc849c39af5bd45b6c71866290 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 4 Oct 2021 14:08:12 -0400 Subject: [PATCH] docs: add full documentation site --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 043ecd9..f11106c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md" homepage = "https://github.com/kellya/checkcert" +documentation = "https://checkcert.readthedocs.io" license = "MIT" [tool.poetry.dependencies]