kmille / freetar

freetar - an alternative frontend to ultimate-guitar.com
GNU General Public License v3.0
626 stars 26 forks source link

Don't crash when the package version is unknown #39

Open dexterlb opened 2 months ago

dexterlb commented 2 months ago

When running the module directly from command line without a python package, importlib doesn't know the package version and this causes freetar to crash.

This commit assumes "development" as the version if a version is not available, instead of crashing.