HCAI-Lab/w2-consensus-deepdive-unlearning-artifacts / pyright_venv /lib /python3.9 /site-packages /setuptools /command /register.py
| 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) | |
Xet Storage Details
- Size:
- 468 Bytes
- Xet hash:
- 001d5d6184b233c24895a3ef2de8416ac7de3276d2eb97a96e3d6368cfef3dec
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.