update Projectfile with download entry point

This commit is contained in:
Michael Penkov
2017-10-28 15:58:07 +02:00
parent edc2321c54
commit 66bda718c5

View File

@ -34,6 +34,7 @@ python.setup(
'inspect = bonobo.commands.inspect:register',
'run = bonobo.commands.run:register',
'version = bonobo.commands.version:register',
'download = bonobo.commands.download:register',
],
}
)