aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
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']