chore: standardize packaging and docs - #70
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
- Add python-versions-sync CI workflow and its sync_python_versions.py helper script under .github/. - Drop the redundant "Programming Language :: Python :: 3 :: Only" classifier from pyproject.toml; requires-python = ">=3.10" already states the supported range. - Add the MCERP banner to docs/assets/ and place it at the top of README.md and docs/index.md, and set both H1 headings to "MCERP". Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
saudzahirr
force-pushed
the
chore/standardize-packaging-and-docs
branch
from
August 18, 2026 10:18
ae9a348 to
67b7057
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Standardizes packaging metadata and documentation presentation for this repo.
CI
.github/workflows/python-versions-sync.ymland.github/scripts/sync_python_versions.py(copied verbatim from the reviewed canonical versions).Packaging
"Programming Language :: Python :: 3 :: Only"classifier frompyproject.toml.requires-python = ">=3.10"already states the supported range.validate-pyproject pyproject.tomlpasses, and the file still parses viatomllib.Note:
"Operating System :: OS Independent"is intentionally retained for this repo.Docs
docs/assets/mcerp-banner.png.README.mdanddocs/index.md.MCERP.Only the display headings changed. Package name, imports, module paths, code blocks, badge URLs, and repository URLs are untouched.
🤖 Generated with Claude Code