返回
Warning: You may not have write permissions to the file; saving may fail.
import pkg_resources try: __version__ = pkg_resources.get_distribution('setuptools').version except Exception: __version__ = 'unknown'
保存