From 08f0950f02fffcc2303576127b7fca8cb7cba638 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sat, 28 Oct 2017 17:29:05 +0200 Subject: [PATCH] Update Makefile/setup. --- Makefile | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1ea5ea5..50039c7 100644 --- a/Makefile +++ b/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. PACKAGE ?= bonobo diff --git a/setup.py b/setup.py index ba95cb8..29c6255 100644 --- a/setup.py +++ b/setup.py @@ -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'] },