4450c0d
1
2
3
4
5
6
7
from ._importlib import metadata try: __version__ = metadata.version('setuptools') except Exception: __version__ = 'unknown'