From b7809a14326ffd85efc7f88dcb2db037f28f578c Mon Sep 17 00:00:00 2001 From: Jamie Phillips Date: Mon, 2 Sep 2024 22:33:38 -0400 Subject: [PATCH] Adding some more info to project.toml. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b801399..a1de4ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,10 @@ build-backend = "poetry.core.masonry.api" name = "assists" version = "0.0.0" description = "A collection of DevOps and SRE related tools." +documentation = "https://github.com/phillipsj/assists/blob/main/DOCS.md" readme = "README.md" license = "Apache 2.0" -keywords = [] +keywords = ["DevOps", "SRE", "tools", "aws", "azure"] authors = ["Jamie Phillips "] maintainers = ["Jamie Phillips "] classifiers = [