From 7a9db22063b9dd654770cf16ca2bd8bb6f387aa8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 26 Aug 2025 23:25:59 +0900 Subject: [PATCH] Remove stale console scripts These were removed by 414793c47d724dcd96228466b582f42405e9f87c . Change-Id: Ic4cc13cfe1f191fd839ad1befaecc65e90b1ba73 Signed-off-by: Takashi Kajinami --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a5806d632c..592d18d733 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,9 +35,6 @@ scripts = [entry_points] console_scripts = - heat-all = heat.cmd.all:main - heat-api = heat.cmd.api:main - heat-api-cfn = heat.cmd.api_cfn:main heat-engine = heat.cmd.engine:main heat-manage = heat.cmd.manage:main heat-status = heat.cmd.status:main