Skip to content

feat: add license and author metadata to pyproject.toml#32

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

feat: add license and author metadata to pyproject.toml#32
ghinks merged 1 commit intomainfrom
feat/add-pyproject-metadata

Conversation

@ghinks
Copy link
Owner

@ghinks ghinks commented Mar 6, 2026

Summary

  • Adds license = {text = "MIT"} to [project] in pyproject.toml
  • Adds authors field with name and email

These fields are displayed on the PyPI registry page when the package is published.

Test plan

  • Verify pyproject.toml parses correctly: python -c "import tomllib; tomllib.load(open('pyproject.toml','rb'))"
  • Publish a test release and confirm license and author appear on PyPI project page

🤖 Generated with Claude Code

Adds MIT license and author fields so they are displayed on the PyPI
registry page when the package is published.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ghinks ghinks merged commit c48f80f into main Mar 6, 2026
1 check passed
@ghinks ghinks deleted the feat/add-pyproject-metadata branch March 6, 2026 17:59
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