diff options
| author | Chuck Short <chuck.short@canonical.com> | 2012-02-01 13:35:59 -0500 |
|---|---|---|
| committer | Chuck Short <chuck.short@canonical.com> | 2012-02-01 13:35:59 -0500 |
| commit | ec89d4ec9ae5428fe3509c5155d66efedb8a6668 (patch) | |
| tree | 24c2685e487da049ea50b67f3008d3af21faa27f /setup.py | |
| parent | 89f835a3eb88abc474c9b42b3665845a1a6556af (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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], ) |
