aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-08-05 17:52:45 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-08-05 17:52:45 -0400
commit106a00645f6fae792a006ebb0b69de4d6e647674 (patch)
treed42f60c3b7eb1f160815f63f9771711e79431e8c /setup.py
parente8df016e5b055015f37d1a058f03e0e2eca6b045 (diff)
downloadcbc-106a00645f6fae792a006ebb0b69de4d6e647674.tar.gz
Implement cbc_recipe
Diffstat (limited to 'setup.py')
-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']