Skip to content

Fix/changelog 1 3 5 alignment#22

Merged
eschaar merged 3 commits intomainfrom
fix/changelog-1-3-5-alignment
Apr 22, 2026
Merged

Fix/changelog 1 3 5 alignment#22
eschaar merged 3 commits intomainfrom
fix/changelog-1-3-5-alignment

Conversation

@eschaar
Copy link
Copy Markdown
Owner

@eschaar eschaar commented Apr 22, 2026

Summary

  • Updated the 1.3.5 changelog entry to reflect the actual scope of this update.
  • Added a dedicated PyPI-safe README (README-pypi.md) with stronger developer experience and working absolute links/badges.
  • Switched package long description metadata to README-pypi.md in pyproject.toml.
  • Expanded package metadata for discoverability and clarity (keywords, classifiers, project URLs).
  • Added repository guidance to keep README.md and README-pypi.md aligned.

Why

PyPI and GitHub render Markdown differently. The previous setup caused broken links/media behavior on PyPI and made package metadata less discoverable than it should be.
This change makes PyPI presentation reliable, improves package search relevance for the intended audience, and keeps release/changelog documentation aligned with actual shipped scope.

Version impact

  • Patch
  • Minor
  • Major
  • None

Copilot AI review requested due to automatic review settings April 22, 2026 21:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 aligns the 1.3.5 changelog entry with the actual scope of the patch release and improves PyPI presentation/metadata by introducing a PyPI-safe README and updating packaging metadata accordingly.

Changes:

  • Switched PyPI long description source to a new README-pypi.md with PyPI-safe absolute links/badges.
  • Expanded pyproject.toml project metadata (keywords, classifiers, project URLs) for PyPI discoverability.
  • Updated CHANGELOG.md to reflect the corrected 1.3.5 entry and scope, and added guidance to keep README.md and README-pypi.md aligned.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
pyproject.toml Uses README-pypi.md for the published long description and adds richer PyPI-facing metadata/URLs.
README-pypi.md Adds a PyPI-compatible README with absolute links and a concise quickstart for PyPI rendering.
CHANGELOG.md Adjusts the 1.3.5 entry to match the actual packaging/metadata alignment work.
.github/copilot-instructions.md Documents repo process guidance to keep the PyPI README aligned with the GitHub README.

@eschaar eschaar force-pushed the fix/changelog-1-3-5-alignment branch from be49d45 to 535cc50 Compare April 22, 2026 21:17
@eschaar eschaar merged commit babda15 into main Apr 22, 2026
12 checks passed
@eschaar eschaar deleted the fix/changelog-1-3-5-alignment branch April 22, 2026 21:19
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.

2 participants