summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgholt <gholt@brim.net>2011-05-24 15:41:16 +0000
committergholt <gholt@brim.net>2011-05-24 15:41:16 +0000
commit3c6fc8a642104f1307083f82b3c22382653772a1 (patch)
treefe9ec07e00a852b820599f2e97d3ad0676f1138c
parentc58de5c6347e8620d4a295d83098e2bcbd86143d (diff)
downloadkeystone-3c6fc8a642104f1307083f82b3c22382653772a1.tar.gz
keystone-3c6fc8a642104f1307083f82b3c22382653772a1.tar.xz
keystone-3c6fc8a642104f1307083f82b3c22382653772a1.zip
Fix up broken setup.py scripts list.
-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={