From 1bfa9a6d13c6bb7f6a5fdaa6282751a0a9ea937c Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:10:22 +0530 Subject: [PATCH] chore: Update pyproject.toml chore: Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89a5cac..9ff4871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ name = "llama-index-cloud-sql-pg" dynamic = ["version"] description = "LlamaIndex integrations for Google Cloud SQL for PostgreSQL" readme = "README.rst" -license = {file = "LICENSE"} +license = "Apache-2.0" +license-files = ["LICENSE"] requires-python = ">=3.9" authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"}