This commit is contained in:
Kovid Goyal 2018-09-10 19:42:20 +05:30
parent 778b3cf74e
commit 5c6ba41cca
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -84,11 +84,6 @@ upload_to_server = UploadToServer()
upload_installers = UploadInstallers()
reupload = ReUpload()
from setup.pypi import PyPIRegister, PyPIUpload
pypi_register = PyPIRegister()
pypi_upload = PyPIUpload()
commands = {}
for x in __all__:
commands[x] = locals()[x]