
    [console_scripts]
    rhodecode-api =  rhodecode.bin.rhodecode_api:main

    [paste.app_factory]
    main = rhodecode.config.middleware:make_app

    [paste.app_install]
    main = pylons.util:PylonsInstaller

    [paste.global_paster_command]
    setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand
    cleanup-repos=rhodecode.lib.cleanup:CleanupCommand
    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
    