This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-update in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 771287a0e44ecbdc03d4fecfdda292f8a4a15d27 Author: Fokko Driesprong <[email protected]> AuthorDate: Sat Sep 9 22:03:30 2023 +0200 Python: Point to the Python docs Point to the Python specific docs, instead of the general Java docs. --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2a4ee64388..357b3a7f09 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,7 +18,7 @@ name = "pyiceberg" version = "0.5.0" readme = "README.md" -homepage = "https://iceberg.apache.org/" +homepage = "https://py.iceberg.apache.org/" repository = "https://github.com/apache/iceberg/" description = "Apache Iceberg is an open table format for huge analytic datasets" authors = ["Apache Software Foundation <[email protected]>"]
