Skip to content

Commit d6ddb53

Browse files
committed
chore: fix incorrect license field
1 parent 3521ddc commit d6ddb53

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)