Manage package version through pyproject metadata - #67
Merged
mcflugen merged 1 commit intoMar 29, 2026
Conversation
mcflugen
force-pushed
the
mcflugen/set-version-in-pyproject
branch
from
March 29, 2026 00:11
7faf0e7 to
9704e58
Compare
mcflugen
force-pushed
the
mcflugen/set-version-in-pyproject
branch
from
March 29, 2026 00:14
9704e58 to
fa8a5a6
Compare
mcflugen
force-pushed
the
mcflugen/set-version-in-pyproject
branch
from
March 29, 2026 06:23
fa8a5a6 to
923a5b7
Compare
* set version in pyproject.toml * use importlib to get version
mcflugen
force-pushed
the
mcflugen/set-version-in-pyproject
branch
from
March 29, 2026 20:59
923a5b7 to
04336e1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 96.22% 96.26% +0.04%
==========================================
Files 8 8
Lines 265 268 +3
Branches 11 11
==========================================
+ Hits 255 258 +3
Misses 8 8
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mcflugen
force-pushed
the
mcflugen/set-version-in-pyproject
branch
from
March 29, 2026 22:32
6ba54a5 to
04336e1
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.
I think it's easier to manage the package version through the static metadata in pyproject.toml.