From 4c70af23060cfb5d48e9c7e002122316249c622c Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Sat, 19 Oct 2024 08:19:44 -0600 Subject: [PATCH] fix(python): documentation key --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2edff8af..cdd3d7cd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -19,8 +19,8 @@ keywords = ["stac", "geospatial"] dynamic = ["version"] [project.urls] -homepage.workspace = true -Documentation = "https://stac-utils.github.io/stac-rs/python/" +Repository = "https://github.com/stac-utils/stac-rs" +Documentation = "https://stac-utils.github.io/stac-rs" Issues = "https://github.com/stac-utils/stac-rs/issues" [tool.maturin]