Compare commits

...

3 Commits

Author SHA1 Message Date
09244e7824 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
2026-05-07 20:03:11 +00:00
ac50ddb92c fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)
All checks were successful
Test / test (3.11) (pull_request) Successful in 2m0s
Test / test (3.13) (pull_request) Successful in 2m9s
Test / test (3.12) (pull_request) Successful in 2m10s
The GitHub org Molecule-AI was suspended on 2026-05-06; canonical SCM
is now Gitea at https://git.moleculesai.app/molecule-ai/. Stale
github.com/Molecule-AI/... URLs return 404 and break tooling that
clones / pip-installs / curls them.

This bundles all non-Go-module URL fixes for this repo into a single PR.
Go module path references (in *.go, go.mod, go.sum) are out of scope
here -- tracked separately under Task #140.

Token-auth clone URLs also flip ${GITHUB_TOKEN} -> ${GITEA_TOKEN} since
the GitHub token does not auth against Gitea.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 13:03:03 -07:00
security-auditor
b813bca833 ci: re-trigger after runner-config v2 (CONFIG_FILE fix)
All checks were successful
Test / test (3.11) (push) Successful in 44s
Test / test (3.12) (push) Successful in 43s
Test / test (3.13) (push) Successful in 45s
Verify whether failure was setup-python toolcache class (now fixed via
orchestrator's runners-1-8 recreate) or real CODE class.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 02:57:25 -07:00

View File

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