diff options
| author | Andy Smith <github@anarkystic.com> | 2012-02-02 14:42:23 -0800 |
|---|---|---|
| committer | Andy Smith <github@anarkystic.com> | 2012-02-02 14:42:23 -0800 |
| commit | f91610c5d933ff3a2e0946caaeeb12c90a8e89b2 (patch) | |
| tree | 6bc80f27bbc86101f5d09f471b66645876691eef /setup.py | |
| parent | 50e4e4d63cbec841299aa960f8faa9e6b48a5ed2 (diff) | |
| parent | 0027f90c0e22b0adfa78d534658e56c72f81dd55 (diff) | |
Merge pull request #33 from zulcss/master
Renamed binary to keystone-all.
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-all', 'bin/keystone-manage'], zip_safe=False, install_requires=['setuptools', 'python-keystoneclient'], ) |
