You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file addon/init.py does not import __version__.
I would've made a PR, but I'm not quite sure where the add-on's _version.py is supposed to be.
I'm guessing it should still (like in existing add-ons that use another (older?) version of libaddon) be src/module_name/_version.py, and libaddon/_version.py contains the version of libaddon?
The file addon/init.py does not import
__version__
.I would've made a PR, but I'm not quite sure where the add-on's _version.py is supposed to be.
I'm guessing it should still (like in existing add-ons that use another (older?) version of libaddon) be src/module_name/_version.py, and libaddon/_version.py contains the version of libaddon?
The text was updated successfully, but these errors were encountered: