Skip to content

Add readme and repository URLs to pyproject.toml#16

Merged
evalstate merged 1 commit intohuggingface:mainfrom
hardikmer:docs/add-pypi-metadata
Feb 9, 2026
Merged

Add readme and repository URLs to pyproject.toml#16
evalstate merged 1 commit intohuggingface:mainfrom
hardikmer:docs/add-pypi-metadata

Conversation

@hardikmer
Copy link
Contributor

Summary

Adds project metadata to pyproject.toml so PyPI displays:

  • The README content on the package page
  • Links to the GitHub repository (Homepage and Repository URLs)

Changes

  • Added readme = "README.md" field
  • Added [project.urls] section with Homepage and Repository links

Verification

  • Package builds successfully with uv build
  • Metadata appears correctly in built wheel:
    Project-URL: Homepage, https://github.com/huggingface/upskill
    Project-URL: Repository, https://github.com/huggingface/upskill
    
  • All tests pass
  • Linting passes

Closes #13

Adds project metadata to display on PyPI:
- readme field to show README.md content
- Homepage and Repository URLs linking to GitHub

Closes huggingface#13
@evalstate evalstate merged commit 27e8f74 into huggingface:main Feb 9, 2026
2 checks passed
@evalstate
Copy link
Collaborator

Thank you!

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.

Link to this repo from Pypi

2 participants