From 169c190f30e5b88a5c0b53d9913753ecbfa2be8d Mon Sep 17 00:00:00 2001 From: Kalyan Mudumby Date: Wed, 12 Jun 2024 20:21:31 +0530 Subject: [PATCH] add homepage and documentation link to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f0fb1a292..1b97d2e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "0.4.5" description = "Adding guardrails to large language models." authors = ["Guardrails AI "] license = "Apache License 2.0" +homepage = "https://www.guardrailsai.com/" +documentation = "https://www.guardrailsai.com/docs" readme = "README.md" packages = [ { include = "guardrails", from = "." }