Skip to content

Commit ca60626

Browse files
authored
chore: fix incorrect license field (#3229)
1 parent cbea277 commit ca60626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Pandas on AWS."
55
authors = [{ name = "Amazon Web Services" }]
66
requires-python = ">=3.9, <4.0"
77
readme = "README.md"
8-
license = {text = "Apache-2.0"}
8+
license = "Apache-2.0"
99
license-files = ["LICENSE.txt", "NOTICE.txt" ]
1010
keywords = [
1111
"pandas",

0 commit comments

Comments
 (0)