X7ROOT File Manager
Current Path:
/opt/alt/python39/lib/python3.9/site-packages/setuptools/_distutils/command
opt
/
alt
/
python39
/
lib
/
python3.9
/
site-packages
/
setuptools
/
_distutils
/
command
/
ðŸ“
..
📄
__init__.py
(799 B)
ðŸ“
__pycache__
📄
bdist.py
(5.43 KB)
📄
bdist_dumb.py
(4.8 KB)
📄
bdist_msi.py
(34.75 KB)
📄
bdist_rpm.py
(21.03 KB)
📄
bdist_wininst.py
(15.65 KB)
📄
build.py
(5.64 KB)
📄
build_clib.py
(7.83 KB)
📄
build_ext.py
(30.94 KB)
📄
build_py.py
(16.11 KB)
📄
build_scripts.py
(5.82 KB)
📄
check.py
(5.5 KB)
📄
clean.py
(2.71 KB)
📄
config.py
(12.81 KB)
📄
install.py
(26.89 KB)
📄
install_data.py
(2.76 KB)
📄
install_egg_info.py
(2.54 KB)
📄
install_headers.py
(1.27 KB)
📄
install_lib.py
(8.2 KB)
📄
install_scripts.py
(1.97 KB)
📄
py37compat.py
(671 B)
📄
register.py
(11.44 KB)
📄
sdist.py
(18.56 KB)
📄
upload.py
(7.42 KB)
Editing: __init__.py
"""distutils.command Package containing implementation of all the standard Distutils commands.""" __all__ = ['build', 'build_py', 'build_ext', 'build_clib', 'build_scripts', 'clean', 'install', 'install_lib', 'install_headers', 'install_scripts', 'install_data', 'sdist', 'register', 'bdist', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', 'check', 'upload', # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool', # Note: # bdist_packager is not included because it only provides # an abstract base class ]
Upload File
Create Folder