Closed jwilk closed 8 years ago
I'd like to make i18nspector's --version print versions of libraries it uses. But there's currently no obvious way to get rply's version, other than maybe querying pkg_resources (eww).
--version
pkg_resources
So here's a patch to add the __version__ attribute.
__version__
I'd like to make i18nspector's
--version
print versions of libraries it uses. But there's currently no obvious way to get rply's version, other than maybe queryingpkg_resources
(eww).So here's a patch to add the
__version__
attribute.