diff setup.py @ 3663:44d173a8136f beta

ishell paster command
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 02:13:43 +0200
parents e9ac7544c2f6
children 00a486622a2e
line wrap: on
line diff
--- a/setup.py	Wed Apr 03 15:56:12 2013 +0200
+++ b/setup.py	Thu Apr 04 02:13:43 2013 +0200
@@ -165,6 +165,7 @@
     make-rcext=rhodecode.lib.paster_commands.make_rcextensions:Command
     repo-scan=rhodecode.lib.paster_commands.repo_scan:Command
     cache-keys=rhodecode.lib.paster_commands.cache_keys:Command
+    ishell=rhodecode.lib.paster_commands.ishell:Command
     make-index=rhodecode.lib.indexers:MakeIndex
     upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
     celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand