Download this file

7 lines (5 with data), 144 Bytes

1
2
3
4
5
6
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'