Merge branch 'dev_graphviz' into dev_convert

This commit is contained in:
Romain Dorgueil
2017-09-18 17:18:29 +02:00
26 changed files with 397 additions and 82 deletions

View File

@ -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: