From 83a16255bad150afe54ab43cff317fe2fb24aed7 Mon Sep 17 00:00:00 2001 From: Michi Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 14:10:41 +0200 Subject: [PATCH] chore: add GitHub issues URL to pyproject metadata Expose the issue tracker under [project.urls] so PyPI and tooling can link to https://github.com/mostly-ai/mostlyai-engine/issues. Co-authored-by: Cursor --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 351e2d65..4d263fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,7 @@ docs = [ [project.urls] homepage = "https://github.com/mostly-ai/mostlyai-engine" repository = "https://github.com/mostly-ai/mostlyai-engine" +issues = "https://github.com/mostly-ai/mostlyai-engine/issues" documentation = "https://mostly-ai.github.io/mostlyai-engine/" [tool.uv]