PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
command
from distutils import log import distutils.command.register as orig from setuptools.errors import RemovedCommandError class register(orig.register): """Formerly used to register packages on PyPI.""" def run(self): msg = ( "The register command has been removed, use twine to upload " + "instead (https://pypi.org/p/twine)" ) self.announce("ERROR: " + msg, log.ERROR) raise RemovedCommandError(msg)
[-] build.py
[edit]
[-] install_scripts.py
[edit]
[-] egg_info.py
[edit]
[-] launcher manifest.xml
[edit]
[-] rotate.py
[edit]
[+]
..
[-] develop.py
[edit]
[-] test.py
[edit]
[-] saveopts.py
[edit]
[-] _requirestxt.py
[edit]
[-] install.py
[edit]
[-] upload.py
[edit]
[-] bdist_egg.py
[edit]
[+]
__pycache__
[-] bdist_rpm.py
[edit]
[-] editable_wheel.py
[edit]
[-] register.py
[edit]
[-] build_clib.py
[edit]
[-] install_lib.py
[edit]
[-] dist_info.py
[edit]
[-] __init__.py
[edit]
[-] upload_docs.py
[edit]
[-] install_egg_info.py
[edit]
[-] build_ext.py
[edit]
[-] setopt.py
[edit]
[-] easy_install.py
[edit]
[-] sdist.py
[edit]
[-] alias.py
[edit]
[-] build_py.py
[edit]