Skip to content

feat: add repository URL to pyproject.toml#33

Merged
ghinks merged 1 commit intomainfrom
feat/add-pyproject-repo-url
Mar 6, 2026
Merged

feat: add repository URL to pyproject.toml#33
ghinks merged 1 commit intomainfrom
feat/add-pyproject-repo-url

Conversation

@ghinks
Copy link
Owner

@ghinks ghinks commented Mar 6, 2026

Summary

  • Adds [project.urls] section with the GitHub repository link
  • The URL will be displayed as a sidebar link on the PyPI project page

Test plan

  • Verify pyproject.toml parses correctly: python -c "import tomllib; tomllib.load(open('pyproject.toml','rb'))"
  • Publish a release and confirm the repository link appears on the PyPI page

🤖 Generated with Claude Code

Adds [project.urls] section with GitHub repository link so it appears
on the PyPI project page.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ghinks ghinks merged commit c97344c into main Mar 6, 2026
1 check passed
@ghinks ghinks deleted the feat/add-pyproject-repo-url branch March 6, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant