From ff89e2e9601e93b5a96356e60af6654d210abc9b Mon Sep 17 00:00:00 2001 From: adriant Date: Wed, 9 Mar 2016 15:04:10 +1300 Subject: [PATCH] rename stacktask cmd to stacktask-api * Done so that the client tool and the server can both be installed to the same environment. Change-Id: Ic188c87600730b51b3dbf97b244b979d205e7eb9 --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ab6c4d4..5bc5343 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( install_requires=required, entry_points={ 'console_scripts': [ - 'stacktask = stacktask:management_command', + 'stacktask-api = stacktask:management_command', ], } ) diff --git a/tox.ini b/tox.ini index 7d6f2ea..31536a5 100644 --- a/tox.ini +++ b/tox.ini @@ -6,5 +6,5 @@ skipsdist = True usedevelop = True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = stacktask test stacktask +commands = stacktask-api test stacktask setenv = VIRTUAL_ENV={envdir}