Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pkgutil instead of pkg_resources.
pkgutil is part of the standard library. So, by using pkgutil.get_data, we can avoid a runtime dependency on setuptools.
- Loading branch information