From 106a00645f6fae792a006ebb0b69de4d6e647674 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 5 Aug 2015 17:52:45 -0400 Subject: Implement cbc_recipe --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6ab5a97..f45cf30 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,8 @@ package_data = {} entry_points['console_scripts'] = [ 'cbc_build = cbc.cli.build:main', 'cbc_server = cbc.cli.server:main', - 'cbc_remote_purge = cbc.cli.cbc_remote_purge:main', + 'cbc_recipe = cbc.cli.recipe:main', + 'cbc_remote_purge = cbc.cli.remote_purge:main', ] package_data[''] = ['*.txt', '*.md'] -- cgit