This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new ff64af65 fix(python): declare the readme so the published package has 
a description (#762)
ff64af65 is described below

commit ff64af65454835746895b2f2f91d21a216c244d4
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)
---
 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"]

Reply via email to