Update Makefile/setup.
This commit is contained in:
2
Makefile
2
Makefile
@ -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.
|
# All changes will be overriden.
|
||||||
|
|
||||||
PACKAGE ?= bonobo
|
PACKAGE ?= bonobo
|
||||||
|
|||||||
3
setup.py
3
setup.py
@ -69,8 +69,7 @@ setup(
|
|||||||
'bonobo.commands': [
|
'bonobo.commands': [
|
||||||
'convert = bonobo.commands.convert:register', 'init = bonobo.commands.init:register',
|
'convert = bonobo.commands.convert:register', 'init = bonobo.commands.init:register',
|
||||||
'inspect = bonobo.commands.inspect:register', 'run = bonobo.commands.run:register',
|
'inspect = bonobo.commands.inspect:register', 'run = bonobo.commands.run:register',
|
||||||
'version = bonobo.commands.version:register',
|
'version = bonobo.commands.version:register', 'download = bonobo.commands.download:register'
|
||||||
'download = bonobo.commands.download:register',
|
|
||||||
],
|
],
|
||||||
'console_scripts': ['bonobo = bonobo.commands:entrypoint']
|
'console_scripts': ['bonobo = bonobo.commands:entrypoint']
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user