This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
|
import pkg_resources
|
|
|
|
try:
|
|
__version__ = pkg_resources.get_distribution('setuptools').version
|
|
except Exception:
|
|
__version__ = 'unknown'
|