aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-05-16 23:16:04 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-05-16 23:16:04 +0200
commitd3784e5e3d502f5bf8269afdf546041a59e98df2 (patch)
tree86983afba02490504a71aeda8b5e2d994142a894 /setup.py
parent3423cd2a1c8a129b9d73b0a5d79dbd77632397bd (diff)
new setup-rhodecode command with optional defaults
--HG-- branch : beta
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3cda886f..c7036b4d 100644
--- a/setup.py
+++ b/setup.py
@@ -94,6 +94,7 @@ setup(
main = pylons.util:PylonsInstaller
[paste.global_paster_command]
+ setup-rhodecode=rhodecode.config.setup:SetupCommand
make-index=rhodecode.lib.indexers:MakeIndex
make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb