From 8d9055e6e577ba5cb6240d7d865405ff46f48976 Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Mon, 15 Sep 2025 08:57:11 -0500 Subject: [PATCH 1/2] fix license ref for poetry --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f2be0828..3b8f17bf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,9 @@ description = "Adding guardrails to large language models." authors = [ {name = "Guardrails AI", email = "contact@guardrailsai.com"} ] -license = {file = "LICENSE"} +license-files = [ + "LICENSE" +] homepage = "https://www.guardrailsai.com/" documentation = "https://www.guardrailsai.com/docs" readme = "README.md" From f8ac8824deb4a12ce193e21cb34cfcbc0a2e8b34 Mon Sep 17 00:00:00 2001 From: Caleb Courier Date: Mon, 15 Sep 2025 08:58:47 -0500 Subject: [PATCH 2/2] readd license type --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3b8f17bf1..ce2c0b034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Adding guardrails to large language models." authors = [ {name = "Guardrails AI", email = "contact@guardrailsai.com"} ] +license = "Apache License 2.0" license-files = [ "LICENSE" ]