BoburAmirov's picture
lang change
69d9940
raw
history blame
No virus
144 Bytes
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'