diff setup.py @ 6173:cf73bd884a53

celeryd: move the celeryd paster command to the place where paster commands live Also, partial implementations of other Celery functionality is dropped.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 06 Sep 2016 00:51:18 +0200
parents 3521120e72bc
children 4f2e231df222
line wrap: on
line diff
--- a/setup.py	Tue Sep 06 00:51:18 2016 +0200
+++ b/setup.py	Tue Sep 06 00:51:18 2016 +0200
@@ -166,7 +166,7 @@
     ishell=kallithea.lib.paster_commands.ishell:Command
     make-index=kallithea.lib.paster_commands.make_index:Command
     upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
-    celeryd=kallithea.lib.celerypylons.commands:CeleryDaemonCommand
+    celeryd=kallithea.lib.paster_commands.celeryd:Command
     install-iis=kallithea.lib.paster_commands.install_iis:Command
     """,
 )