From ad37776018b8073af92801310fc7836f5169ac61 Mon Sep 17 00:00:00 2001 From: Crawailer Developer Date: Thu, 18 Sep 2025 14:51:10 -0600 Subject: [PATCH] Update repository URLs to MCP organization - Changed all repository references from github.com/anthropics/crawailer to git.supported.systems/MCP/crawailer - Updated pyproject.toml URLs for PyPI package metadata - Updated CHANGELOG.md commit history link - Ready for PyPI publication with correct repository information --- CHANGELOG.md | 2 +- pyproject.toml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bfccd..0784492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,4 +80,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -For more details about changes, see the [commit history](https://github.com/anthropics/crawailer/commits/main). \ No newline at end of file +For more details about changes, see the [commit history](https://git.supported.systems/MCP/crawailer/commits/branch/main). \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e9a2529..0f83281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,15 +115,15 @@ all = [ ] [project.urls] -Homepage = "https://github.com/anthropics/crawailer" -Repository = "https://github.com/anthropics/crawailer" -Documentation = "https://github.com/anthropics/crawailer/blob/main/docs/README.md" -"Bug Tracker" = "https://github.com/anthropics/crawailer/issues" -"Source Code" = "https://github.com/anthropics/crawailer" -"API Reference" = "https://github.com/anthropics/crawailer/blob/main/docs/API_REFERENCE.md" -"JavaScript Guide" = "https://github.com/anthropics/crawailer/blob/main/docs/JAVASCRIPT_API.md" -"Benchmarks" = "https://github.com/anthropics/crawailer/blob/main/docs/BENCHMARKS.md" -Changelog = "https://github.com/anthropics/crawailer/releases" +Homepage = "https://git.supported.systems/MCP/crawailer" +Repository = "https://git.supported.systems/MCP/crawailer" +Documentation = "https://git.supported.systems/MCP/crawailer/src/branch/main/docs/README.md" +"Bug Tracker" = "https://git.supported.systems/MCP/crawailer/issues" +"Source Code" = "https://git.supported.systems/MCP/crawailer" +"API Reference" = "https://git.supported.systems/MCP/crawailer/src/branch/main/docs/API_REFERENCE.md" +"JavaScript Guide" = "https://git.supported.systems/MCP/crawailer/src/branch/main/docs/JAVASCRIPT_API.md" +"Benchmarks" = "https://git.supported.systems/MCP/crawailer/src/branch/main/docs/BENCHMARKS.md" +Changelog = "https://git.supported.systems/MCP/crawailer/releases" [project.scripts] crawailer = "crawailer.cli:main"