summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2012-02-01 13:35:59 -0500
committerChuck Short <chuck.short@canonical.com>2012-02-01 13:35:59 -0500
commitec89d4ec9ae5428fe3509c5155d66efedb8a6668 (patch)
tree24c2685e487da049ea50b67f3008d3af21faa27f /setup.py
parent89f835a3eb88abc474c9b42b3665845a1a6556af (diff)
Change the name of keystone to keystone-server so
the binaries dont conflict with python-keystoneclient. Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5f52c702..fa5c3bea 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(name='keystone',
author_email='openstack@lists.launchpad.net',
url='http://www.openstack.org',
packages=find_packages(exclude=['test', 'bin']),
- scripts=['bin/keystone', 'bin/keystone-manage'],
+ scripts=['bin/keystone-server', 'bin/keystone-manage'],
zip_safe=False,
install_requires=['setuptools', 'python-keystoneclient'],
)