summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 088539734..ef9f4fd23 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,16 +21,16 @@ classifier =
packages =
heat
scripts =
- bin/heat-api
- bin/heat-api-cfn
- bin/heat-api-cloudwatch
bin/heat-db-setup
- bin/heat-engine
bin/heat-keystone-setup
bin/heat-keystone-setup-domain
[entry_points]
console_scripts =
+ heat-api = heat.cmd.api:main
+ heat-api-cfn = heat.cmd.api_cfn:main
+ heat-api-cloudwatch = heat.cmd.api_cloudwatch:main
+ heat-engine = heat.cmd.engine:main
heat-manage = heat.cmd.manage:main
oslo.config.opts =