PyMusicLooper icon indicating copy to clipboard operation
PyMusicLooper copied to clipboard

Add PyInstaller & Dynamic Versioning Support

Open arkrow opened this issue 1 year ago • 1 comments

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.

arkrow avatar Jul 16 '24 18:07 arkrow

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__.py
pymusiclooper/__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 review on 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.

sourcery-ai[bot] avatar Jul 16 '24 18:07 sourcery-ai[bot]

Closed since poetry is no longer being used. The project shifted to using uv for easier tooling and future integration with maturin.

arkrow avatar Mar 27 '25 18:03 arkrow