Reverts/Fixes #16 (removes bb alias).

This commit is contained in:
Romain Dorgueil
2017-04-24 21:36:27 +02:00
parent 476923dc44
commit 9fc2e0ef94
3 changed files with 55 additions and 46 deletions

View File

@ -59,7 +59,6 @@ data_files = [
entry_points = {
'console_scripts': [
'bonobo = bonobo.commands:entrypoint',
'bb = bonobo.commands:entrypoint',
],
'bonobo.commands': [
'init = bonobo.commands.init:register',