📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 21:56:27
📂
/
/
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
setuptools
✏️
Editing: version.py
import pkg_resources try: __version__ = pkg_resources.get_distribution('setuptools').version except Exception: __version__ = 'unknown'
💾 Save Changes
❌ Cancel