Merge pull request #16 from Molecule-AI/fix/pypi-urls

fix(pyproject): point PyPI URLs at the actual SDK repo
This commit is contained in:
Hongming Wang 2026-04-29 00:53:48 -07:00 committed by GitHub
commit c4c9dcfe06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/hongmingw/molecule-monorepo" Homepage = "https://github.com/Molecule-AI/molecule-sdk-python"
Repository = "https://github.com/hongmingw/molecule-monorepo" Repository = "https://github.com/Molecule-AI/molecule-sdk-python"
Documentation = "https://github.com/hongmingw/molecule-monorepo/tree/main/sdk/python" Documentation = "https://github.com/Molecule-AI/molecule-sdk-python#readme"
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
include = ["molecule_plugin*", "molecule_agent*"] include = ["molecule_plugin*", "molecule_agent*"]