Merge branch 'dev_graphviz' into dev_convert
This commit is contained in:
@ -31,6 +31,7 @@ python.setup(
|
||||
'bonobo.commands': [
|
||||
'convert = bonobo.commands.convert:register',
|
||||
'init = bonobo.commands.init:register',
|
||||
'graph = bonobo.commands.graph:register',
|
||||
'run = bonobo.commands.run:register',
|
||||
'version = bonobo.commands.version:register',
|
||||
],
|
||||
@ -57,3 +58,5 @@ python.add_requirements(
|
||||
'ipywidgets >=6.0.0,<7',
|
||||
]
|
||||
)
|
||||
|
||||
# vim: ft=python:
|
||||
|
||||
Reference in New Issue
Block a user