From 68a5d66ac9cdcbc800fbad6c7c3cb0ee37c0e1c8 Mon Sep 17 00:00:00 2001 From: Swathi Date: Thu, 23 Apr 2026 10:05:49 +0530 Subject: [PATCH] Fix GitHub URL typo in pyproject.toml + add Issues/Changelog links Real org slug is lore-kb (with hyphen), not lorekb. Affects PyPI sidebar links. --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12826a0..65d3ac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,10 @@ dev = ["pytest", "pytest-asyncio"] lore = "lore.cli:main" [project.urls] -Homepage = "https://github.com/lorekb/lore" -Repository = "https://github.com/lorekb/lore" +Homepage = "https://github.com/lore-kb/lore" +Repository = "https://github.com/lore-kb/lore" +Issues = "https://github.com/lore-kb/lore/issues" +Changelog = "https://github.com/lore-kb/lore/releases" [tool.setuptools.packages.find] where = ["src"]