fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) #1

Merged
Ghost merged 1 commits from fix/post-suspension-github-urls into main 2026-05-07 20:03:13 +00:00

View File

@ -29,9 +29,9 @@ dependencies = [
test = ["pytest-asyncio>=0.24"]
[project.urls]
Homepage = "https://github.com/Molecule-AI/molecule-sdk-python"
Repository = "https://github.com/Molecule-AI/molecule-sdk-python"
Documentation = "https://github.com/Molecule-AI/molecule-sdk-python#readme"
Homepage = "https://git.moleculesai.app/molecule-ai/molecule-sdk-python"
Repository = "https://git.moleculesai.app/molecule-ai/molecule-sdk-python"
Documentation = "https://git.moleculesai.app/molecule-ai/molecule-sdk-python#readme"
[tool.setuptools.packages.find]
include = ["molecule_plugin*", "molecule_agent*"]