update Projectfile with download entry point
This commit is contained in:
@ -34,6 +34,7 @@ python.setup(
|
|||||||
'inspect = bonobo.commands.inspect:register',
|
'inspect = bonobo.commands.inspect:register',
|
||||||
'run = bonobo.commands.run:register',
|
'run = bonobo.commands.run:register',
|
||||||
'version = bonobo.commands.version:register',
|
'version = bonobo.commands.version:register',
|
||||||
|
'download = bonobo.commands.download:register',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user