This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 467146e142 Python: Point to the Python docs (#8536)
467146e142 is described below
commit 467146e142dbf93cc02359b2aefc18beadce42b7
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sun Sep 10 08:22:01 2023 +0200
Python: Point to the Python docs (#8536)
---
python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pyproject.toml b/python/pyproject.toml
index d7fb704356..2fea60ee85 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]>"]