Skip to content

Pypi package display uses the src/README.md file update pyproject.toml appropriately.#1176

Merged
sei-vsarvepalli merged 3 commits into
mainfrom
pypi
Jun 11, 2026
Merged

Pypi package display uses the src/README.md file update pyproject.toml appropriately.#1176
sei-vsarvepalli merged 3 commits into
mainfrom
pypi

Conversation

@sei-vsarvepalli

Copy link
Copy Markdown
Contributor

The pyproject.toml the line

readme = {file="README.md", content-type="text/markdown"}

should change to

readme = {file="src/README.md", content-type="text/markdown"}

so pypi page can have the README.md in src/ folder. Currently pypi branch has it own tags with strftime +%Y.%-m.%-d%H%M for version control adhering to semver calver like rules.

Copilot AI review requested due to automatic review settings June 11, 2026 20:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the package metadata so the PyPI long description is sourced from the Markdown file under src/, aligning the published project page with the desired README content.

Changes:

  • Update [project].readme in pyproject.toml to point to src/README.md (instead of the repository-root README.md).

@sei-vsarvepalli sei-vsarvepalli merged commit 78c5f4a into main Jun 11, 2026
6 checks passed
@sei-vsarvepalli sei-vsarvepalli deleted the pypi branch June 11, 2026 21:18
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.

4 participants