chore: standardize packaging metadata and docs - #55
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Add the python-versions-sync CI workflow and its supporting script so the supported Python versions stay in sync across project metadata. Refine the trove classifiers in pyproject.toml: - Drop "Programming Language :: Python :: 3 :: Only"; requires-python (>=3.10) already states the supported range. - Drop "Operating System :: OS Independent"; soerp compiles src/soerp/_soerp.f into an extension module, so its wheels are platform-specific. The specific Windows/POSIX/Unix/MacOS classifiers are kept. - Add "Programming Language :: Fortran" to reflect the bundled Fortran sources. Add the project banner to README.md and docs/index.md, and recase the display heading in both from "soerp" to "SOERP". The package name and all code references are unchanged. 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:17
ced5ec9 to
21f8ff0
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
soerp.CI
.github/workflows/python-versions-sync.ymland.github/scripts/sync_python_versions.pyso the supported Python versions stay in sync across project metadata.Classifiers (
pyproject.toml)Programming Language :: Python :: 3 :: Only—requires-python = ">=3.10"already states the supported range, so the marker is redundant.Operating System :: OS Independent—soerpcompilessrc/soerp/_soerp.finto an extension module, so its wheels are platform-specific. The specificMicrosoft :: Windows/POSIX/Unix/MacOSclassifiers are kept.Programming Language :: Fortranto reflect the bundled Fortran sources.validate-pyproject pyproject.tomlpasses against the latesttrove-classifiers.Docs
docs/assets/soerp-banner.pngand place it as the first content ofREADME.mdanddocs/index.md.soerpto SOERP.Only the display heading changed — the package name, imports, module paths, code blocks, badge URLs, and repository URLs are untouched. The existing
SOERP.svglogo further downdocs/index.mdwas left in place.🤖 Generated with Claude Code