Repository URL to install this package:
|
Version:
1.1 ▾
|
python3-newrelic-lvm-plugin
/
usr
/
share
/
python
/
newrelic-lvm-plugin
/
lib
/
python2.7
/
site-packages
/
setuptools
/
version.py
|
|---|
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'