Update Makefile/setup.

This commit is contained in:
Romain Dorgueil
2017-10-28 17:29:05 +02:00
parent ce0bd9ea37
commit 08f0950f02
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Generated by Medikit 0.4a5 on 2017-10-22.
# Generated by Medikit 0.4a5 on 2017-10-28.
# All changes will be overriden.
PACKAGE ?= bonobo

View File

@ -69,8 +69,7 @@ setup(
'bonobo.commands': [
'convert = bonobo.commands.convert:register', 'init = bonobo.commands.init:register',
'inspect = bonobo.commands.inspect:register', 'run = bonobo.commands.run:register',
'version = bonobo.commands.version:register',
'download = bonobo.commands.download:register',
'version = bonobo.commands.version:register', 'download = bonobo.commands.download:register'
],
'console_scripts': ['bonobo = bonobo.commands:entrypoint']
},