From 6cea898255cf7015a8d4735b89ad933f6e745f81 Mon Sep 17 00:00:00 2001 From: Jake Fineman Date: Tue, 9 Jun 2026 10:59:36 -0400 Subject: [PATCH] fix(open-core): scrub private repo names Replace private WAVE repo-name references with public-safe equivalents so the open-core content-policy guard passes. Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec29c51..6d84cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,8 +73,8 @@ dev = [ [project.urls] Homepage = "https://docs.wave.online/sdk/python" Documentation = "https://docs.wave.online/sdk/python" -Repository = "https://github.com/wave-av/wave-surfer-connect" -Issues = "https://github.com/wave-av/wave-surfer-connect/issues" +Repository = "https://github.com/wave-av/sdk-python" +Issues = "https://github.com/wave-av/sdk-python/issues" [tool.setuptools.packages.find] where = ["."]