This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release/0.5.x in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
commit 29f1d5f9c6880b70d8420091f2aaab48f7a7e227 Author: Y Ethan Guo <[email protected]> AuthorDate: Sat Sep 5 12:05:58 2026 -0700 fix(python): declare the readme so the published package has a description (#762) (cherry picked from commit ff64af65454835746895b2f2f91d21a216c244d4) --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0777de8e..a4bb6a3e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,6 +22,7 @@ build-backend = "maturin" [project] name = "hudi" description = "Native Python binding for Apache Hudi, based on hudi-rs." +readme = "../README.md" urls = { repository = "https://github.com/apache/hudi-rs/tree/main/python/" } requires-python = ">=3.10" keywords = ["apachehudi", "hudi", "datalake", "arrow"]
