chore: standardize packaging metadata and docs - #46
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"; pyswarm builds a compiled Fortran 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. 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
fd444c6 to
54ef94c
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
pyswarm.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—pyswarmbuilds a compiled Fortran 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/pyswarm-banner.pngand place it as the first content ofREADME.mdanddocs/index.md.The H1 in both files already read PySwarm, so no heading change was needed. No package names, imports, module paths, code blocks, badge URLs, or repository URLs were touched.
🤖 Generated with Claude Code