📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 23:59:04
📂
/ (Root)
/
opt
/
alt
/
python310
/
lib
/
python3.10
/
site-packages
/
setuptools
/
_distutils
📍 /opt/alt/python310/lib/python3.10/site-packages/setuptools/_distutils
🔄 Refresh
✏️
Editing: __init__.py
Read Only
"""distutils The main package for the Python Module Distribution Utilities. Normally used from a setup script as from distutils.core import setup setup (...) """ import sys __version__ = sys.version[:sys.version.index(' ')] local = True
💾 Save Changes
❌ Cancel