HCAI-Lab/w2-consensus-deepdive-unlearning-artifacts / pyright_venv /lib /python3.9 /site-packages /setuptools /command /upload.py
| from distutils import log | |
| from distutils.command import upload as orig | |
| from setuptools.errors import RemovedCommandError | |
| class upload(orig.upload): | |
| """Formerly used to upload packages to PyPI.""" | |
| def run(self): | |
| msg = ( | |
| "The upload 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:
- 462 Bytes
- Xet hash:
- 95a3bc10c745f3d678b82c8d0173e5943ccf4d7d731186798e25a8478f868bc3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.