diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-05 17:52:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-05 17:52:45 -0400 |
commit | 106a00645f6fae792a006ebb0b69de4d6e647674 (patch) | |
tree | d42f60c3b7eb1f160815f63f9771711e79431e8c | |
parent | e8df016e5b055015f37d1a058f03e0e2eca6b045 (diff) | |
download | cbc-106a00645f6fae792a006ebb0b69de4d6e647674.tar.gz |
Implement cbc_recipe
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'] |