summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorZiad Sawalha <github@highbridgellc.com>2011-05-24 11:26:50 -0500
committerZiad Sawalha <github@highbridgellc.com>2011-05-24 11:26:50 -0500
commitacf17e3895cfc477eaa58e58879f5d612e87c694 (patch)
treec281428b961794c7886005951d719ac8e71034d6 /setup.py
parent44b41312107520d33dba57c681c13cc528f87929 (diff)
parent7ccfbd826fa290eca962f2aa208ce8f8e9cb3350 (diff)
Merge branch 'master' of https://github.com/khussein/keystone
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a3e4a414..da2c3c20 100644
--- a/setup.py
+++ b/setup.py
@@ -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={