Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
2b20e0e4f7dc390167b222f36f139984bed60e76
/
.
/
third_party
/
python
/
setuptools
/
version.py
blob: 95e1869658566aac3060562d8cd5a6b647887d1e [
file
]
import
pkg_resources
try
:
__version__
=
pkg_resources
.
get_distribution
(
'setuptools'
).
version
except
Exception
:
__version__
=
'unknown'