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
This commit is contained in:
parent
d31395a166
commit
ad37776018
@ -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).
|
||||
For more details about changes, see the [commit history](https://git.supported.systems/MCP/crawailer/commits/branch/main).
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user