diff --git a/python/pyproject.toml b/python/pyproject.toml index 0a730fd4f78..259a9da73f8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -32,7 +32,7 @@ dynamic = ["version"] requires-python = ">=3.10" description = "Python library for Apache Arrow" readme = {file = "README.md", content-type = "text/markdown"} -license = "Apache-2.0" +license = {text = "Apache-2.0"} license-files = [ "LICENSE.txt", "NOTICE.txt",