From 44c2fa6282d268eac3f567f4b38d278bd7347528 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 30 Mar 2026 10:32:18 +0000 Subject: [PATCH] Add project URLs for PyPI sidebar links Adds Homepage, Documentation, Repository, Changelog, and Bug Tracker URLs to pyproject.toml so they appear in the PyPI package sidebar. https://claude.ai/code/session_01MAZ8fhiBJKEkZmvMCH8Ysq --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 81d3ab3..6ca9616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,13 @@ dependencies = [ "pydantic>=2.0", ] +[project.urls] +Homepage = "https://runcycles.io" +Documentation = "https://runcycles.io/quickstart/getting-started-with-the-python-client" +Repository = "https://github.com/runcycles/cycles-client-python" +Changelog = "https://runcycles.io/changelog" +"Bug Tracker" = "https://github.com/runcycles/cycles-client-python/issues" + [project.optional-dependencies] dev = [ "pytest>=7.0",