fix: read version from pyproject.toml in editable installs
Editable installs stamp the dist-info once at pip install time. Bumping pyproject.toml was never reflected in muse --version without reinstalling. Now _version.py reads pyproject.toml directly when it exists (editable mode); packaged installs fall through to importlib.metadata. The two install paths never interfere.
sha256:3b575b5402ee6446002a6236c9942e650a6d2861646f1e6e08e4e885a5e48e93
sha
sha256:154d7bcbaede5d8c3213ea9fed13889fdce035979ee0651fc274fd8e15edb414
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:3b575b5402ee6446002a6236c9942e650a6d2861646f1e6e08e4e885a5e48e93 --body "your comment"
No comments yet. Be the first to start the discussion.