This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
commit 422b856fcee7eb36c88c3386a0fbeba477b70cd1 Author: James Willis <[email protected]> AuthorDate: Mon Jul 28 10:35:36 2025 -0700 update pyproject.toml description to replace tpc-h with spatial bench (#3) --- spatialbench-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spatialbench-cli/pyproject.toml b/spatialbench-cli/pyproject.toml index a58ef5a..2edba14 100644 --- a/spatialbench-cli/pyproject.toml +++ b/spatialbench-cli/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "spatialbench-cli" dynamic = ["version"] -description = "Python CLI for TPC-H data generator" +description = "Python CLI for Spatial Bench data generator" requires-python = ">=3.8" [tool.maturin]
