Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove usage of
pkg_resources
(#572)
`pkg_resources` module included with setuptools has been depreciated and now removed in python 3.12, resulting in import errors when using locate_tools functionality on 3.12. This change resolves the issue by using `importlib.resources` in it's place.
- Loading branch information