From 00427cea3350f4e8bbff1cbd3bcd1f3bedbf0e8c Mon Sep 17 00:00:00 2001 From: Yoni Date: Mon, 4 May 2026 19:38:49 -0400 Subject: [PATCH] Canonicalize URLs to siftfy/ org after repo transfer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo moved from GipsyChef/siftfy-python to siftfy/siftfy-python. GitHub auto-redirects, but the PyPI project page surfaces [project.urls] verbatim — and the README CI badge bakes the path into the badge image — so update both to the canonical owner. The next tagged release will republish to PyPI with the new URLs; existing pinned versions (0.1.0) retain the old URLs in their metadata, which is fine: GitHub redirects keep the links live. Reminder: PyPI Trusted Publisher Owner field also needs to be updated from GipsyChef to siftfy in the project's Publishing settings, otherwise the next release will fail OIDC trust. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 4 ++-- pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 574aceb..af052c2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ queues, no models to host. [![PyPI version](https://img.shields.io/pypi/v/siftfy)](https://pypi.org/project/siftfy/) [![Python versions](https://img.shields.io/pypi/pyversions/siftfy)](https://pypi.org/project/siftfy/) -[![CI](https://github.com/GipsyChef/siftfy-python/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/GipsyChef/siftfy-python/actions/workflows/ci.yml) +[![CI](https://github.com/siftfy/siftfy-python/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/siftfy/siftfy-python/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ## Install @@ -101,7 +101,7 @@ transports, or to share a client across services. - API reference: - Pricing: - Status: ping `https://api.siftfy.io/health` -- Issues: +- Issues: ## License diff --git a/pyproject.toml b/pyproject.toml index dbd4ad6..89d4550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,9 +45,9 @@ dependencies = [ [project.urls] Homepage = "https://siftfy.io" Documentation = "https://siftfy.io/docs" -Source = "https://github.com/GipsyChef/siftfy-python" -Issues = "https://github.com/GipsyChef/siftfy-python/issues" -Changelog = "https://github.com/GipsyChef/siftfy-python/releases" +Source = "https://github.com/siftfy/siftfy-python" +Issues = "https://github.com/siftfy/siftfy-python/issues" +Changelog = "https://github.com/siftfy/siftfy-python/releases" [project.optional-dependencies] dev = [