From 9ea31fa448f27b68805a86aa2e5af2b001e3eb07 Mon Sep 17 00:00:00 2001 From: NossXBT Date: Wed, 22 Jul 2026 15:19:58 +0700 Subject: [PATCH] fix: correct Homepage and expand project.urls metadata Point Homepage/Repository/Issues at h5i-dev/h5i-python instead of the old Koukyosyumei/h5i engine repo. Closes #12 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44291be..50b9f2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,9 @@ classifiers = [ dependencies = [] [project.urls] -Homepage = "https://github.com/Koukyosyumei/h5i" +Homepage = "https://github.com/h5i-dev/h5i-python" +Repository = "https://github.com/h5i-dev/h5i-python" +Issues = "https://github.com/h5i-dev/h5i-python/issues" [project.optional-dependencies] dev = ["pytest>=8", "pytest-asyncio>=0.23", "ruff>=0.6"]