Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(backport): Use importlib.metadata to get version info (#2502)
* Backport PR #2477 * pkg_resources is deprecated as an API, so stop using it. - c.f. https://setuptools.pypa.io/en/latest/pkg_resources.html * importlib.metadata.version is the recommended way to get package version information. - c.f. https://docs.python.org/3/library/importlib.metadata.html Co-authored-by: Matthew Feickert <[email protected]>
- Loading branch information