
        [zc.buildout]
        default = bda.recipe.deployment.recipe:Recipe

        [distutils.commands]
        deploymentregister = bda.recipe.deployment.command:register
        deploymentupload = bda.recipe.deployment.command:upload

        [console_scripts]
        deploy = bda.recipe.deployment.main:deploy
        bda_deployment_helper = bda.recipe.deployment.main:deploy_single
    