PATH: //proc/self/root/proc/thread-self/root/lib/python3.9/site-packages/setuptools/command
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 alias.py
↓
X
📄 bdist_egg.py
↓
X
📄 bdist_rpm.py
↓
X
📄 bdist_wininst.py
↓
X
📄 build_clib.py
↓
X
📄 build_ext.py
↓
X
📄 build_py.py
↓
X
📄 develop.py
↓
X
📄 dist_info.py
↓
X
📄 easy_install.py
↓
X
📄 egg_info.py
↓
X
📄 install.py
↓
X
📄 install_egg_info.py
↓
X
📄 install_lib.py
↓
X
📄 install_scripts.py
↓
X
📄 launcher manifest.xml
↓
X
📄 py36compat.py
↓
X
📄 register.py
↓
X
📄 rotate.py
↓
X
📄 saveopts.py
↓
X
📄 sdist.py
↓
X
📄 setopt.py
↓
X
📄 test.py
↓
X
📄 upload.py
↓
X
📄 upload_docs.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.py
__all__ = [ 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop', 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts', 'sdist', 'setopt', 'test', 'install_egg_info', 'install_scripts', 'bdist_wininst', 'upload_docs', 'build_clib', 'dist_info', ] from distutils.command.bdist import bdist import sys from setuptools.command import install_scripts if 'egg' not in bdist.format_commands: bdist.format_command['egg'] = ('bdist_egg', "Python .egg file") bdist.format_commands.append('egg') del bdist, sys
SIMPAN PERUBAHAN