mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:53:25 +02:00
oops
This commit is contained in:
parent
778b3cf74e
commit
5c6ba41cca
1 changed files with 0 additions and 5 deletions
|
|
@ -84,11 +84,6 @@
|
|||
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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue