Describe the issue
WA uses a deprecated API as can be seen from wa --help output:
wa:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Apparently, the importlib module from the standard library can now deal with that use case originally covered by setuptools.