huaxi-backend-master/huaxi/Lib/site-packages/setuptools/version.py

7 lines
144 B
Python
Raw Normal View History

2025-08-01 19:12:19 +08:00
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'