From 124e4039e07b42932ba11edcfc19384e28256a03 Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Thu, 18 Apr 2013 11:11:33 +0400 Subject: [PATCH] Fix name of the entrypoint stript --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01d3ce918..3d30ff4cc 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ setuptools.setup( 'Environment :: No Input/Output (Daemon)', 'Environment :: OpenStack', ], - scripts=['bin/glazierapi-api'], + scripts=['bin/glazier-api'], py_modules=[] )