PyMusicLooper
PyMusicLooper copied to clipboard
Add PyInstaller & Dynamic Versioning Support
Summary by Sourcery
Replaced static versioning with dynamic versioning using poetry-dynamic-versioning by moving version definition from pymusiclooper/init.py to pymusiclooper/version.py.
Reviewer's Guide by Sourcery
This pull request introduces support for PyInstaller and dynamic versioning in the pymusiclooper project. The changes involve moving the versioning logic from the __init__.py file to a new __version__.py file, which will be dynamically updated by the poetry-dynamic-versioning tool.
File-Level Changes
| Files | Changes |
|---|---|
pymusiclooper/__init__.pypymusiclooper/__version__.py |
Refactored versioning logic to support dynamic versioning with poetry-dynamic-versioning by moving it from __init__.py to a new __version__.py file. |
Tips
- Trigger a new Sourcery review by commenting
@sourcery-ai reviewon the pull request. - Continue your discussion with Sourcery by replying directly to review comments.
- You can change your review settings at any time by accessing your dashboard:
- Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
- Change the review language;
- You can always contact us if you have any questions or feedback.
Closed since poetry is no longer being used. The project shifted to using uv for easier tooling and future integration with maturin.