Files
web/venv/lib/python3.8/site-packages/setuptools/version.py
timothypidashev 5bf2ef6b1c upload test
2021-07-15 17:36:10 +00:00

7 lines
144 B
Python

import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'