Hotfix for the release 0.5, because we can't really expect people to have pkg_resources
available (in particular when we don't have the dependency declared properly). So instead, we use importlib_metadata
, at least until we drop support for Python 3.9 (see also #11).
Thank you @dgw for the hotfix!