aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-03-28 19:54:16 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-03-28 19:54:16 +0200
commit755c52b807e0dbfb972903927009562da61b72bb (patch)
tree75134a2287be5b5de7a9f7d4bc1b4856cad86604 /setup.py
parentbb224b54fad4b90e02c32820948d32a9bdfbc2fb (diff)
parentabb9f0f2e22f7f6620bdcc4557fc469d5f5138fa (diff)
merged beta into default branch
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 52e6a88d..861ee411 100644
--- a/setup.py
+++ b/setup.py
@@ -94,8 +94,9 @@ setup(
main = pylons.util:PylonsInstaller
[paste.global_paster_command]
- make-index = rhodecode.lib.indexers:MakeIndex
- upgrade-db = rhodecode.lib.dbmigrate:UpgradeDb
+ make-index=rhodecode.lib.indexers:MakeIndex
+ make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
+ upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
celeryd=rhodecode.lib.celerypylons.commands:CeleryDaemonCommand
""",
)