chore: standardize packaging and docs - #17
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 under .github/ to keep supported Python versions in step. - Drop the redundant "Programming Language :: Python :: 3 :: Only" classifier from pyproject.toml; requires-python = ">=3.10" already states the supported range. - Add the project banner at docs/assets/smolpack-banner.png and show it as the first content of README.md and docs/index.md. - Recase the H1 heading in README.md and docs/index.md to "SmolPack". 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
4e1edf0 to
c8c951f
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 docs presentation for
smolpack.CI
.github/workflows/python-versions-sync.ymland.github/scripts/sync_python_versions.py(copied verbatim from the orgcanonical versions) to keep the supported Python versions in sync.
Packaging
"Programming Language :: Python :: 3 :: Only"classifier.
requires-python = ">=3.10"already states the supportedrange.
pyproject.tomlchanges.Programming Language :: Cwas alreadypresent, and the platform-specific
Operating Systemclassifiers are keptas-is since this project ships a compiled extension module.
validate-pyproject pyproject.tomlpasses and the file still parses withtomllib.Docs
docs/assets/smolpack-banner.png.README.md(docs/assets/smolpack-banner.png)and
docs/index.md(assets/smolpack-banner.png), in plain Markdown.# smolpackto# SmolPack.Only the display heading changed — the package name, imports, badge URLs
and repository URLs are untouched.
🤖 Generated with Claude Code