Merge pull request 'fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)' (#1) from fix/post-suspension-github-urls into main
All checks were successful
Test / test (3.13) (push) Successful in 2m2s
Test / test (3.12) (push) Successful in 2m11s
Test / test (3.11) (push) Successful in 2m16s

This commit is contained in:
devops-engineer 2026-05-07 20:03:11 +00:00
commit 09244e7824

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*"]