From d6ddb535282cb2f6672358af07ecaa310c2403bd Mon Sep 17 00:00:00 2001 From: kukushking Date: Thu, 30 Oct 2025 16:31:16 +0000 Subject: [PATCH] chore: fix incorrect license field --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c76a7547..6d0b0573f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Pandas on AWS." authors = [{ name = "Amazon Web Services" }] requires-python = ">=3.9, <4.0" readme = "README.md" -license = {text = "Apache-2.0"} +license = "Apache-2.0" license-files = ["LICENSE.txt", "NOTICE.txt" ] keywords = [ "pandas",