Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/setuptools/version.py: 60%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1import pkg_resources 

2 

3try: 

4 __version__ = pkg_resources.get_distribution('setuptools').version 

5except Exception: 

6 __version__ = 'unknown'