diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-05-24 11:26:50 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-05-24 11:26:50 -0500 |
| commit | acf17e3895cfc477eaa58e58879f5d612e87c694 (patch) | |
| tree | c281428b961794c7886005951d719ac8e71034d6 /setup.py | |
| parent | 44b41312107520d33dba57c681c13cc528f87929 (diff) | |
| parent | 7ccfbd826fa290eca962f2aa208ce8f8e9cb3350 (diff) | |
Merge branch 'master' of https://github.com/khussein/keystone
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ setup( url='http://www.openstack.org', include_package_data=True, packages=find_packages(exclude=['test', 'bin']), - scripts=['bin/keystone, bin/leystone-auth, bin/keystone-admin' - ', bin/keystone-manage'], + scripts=['bin/keystone', 'bin/keystone-auth', 'bin/keystone-admin', + 'bin/keystone-manage'], zip_safe=False, install_requires=['setuptools'], entry_points={ |
