diff options
| author | gholt <gholt@brim.net> | 2011-05-24 15:41:16 +0000 |
|---|---|---|
| committer | gholt <gholt@brim.net> | 2011-05-24 15:41:16 +0000 |
| commit | 3c6fc8a642104f1307083f82b3c22382653772a1 (patch) | |
| tree | fe9ec07e00a852b820599f2e97d3ad0676f1138c | |
| parent | c58de5c6347e8620d4a295d83098e2bcbd86143d (diff) | |
| download | keystone-3c6fc8a642104f1307083f82b3c22382653772a1.tar.gz keystone-3c6fc8a642104f1307083f82b3c22382653772a1.tar.xz keystone-3c6fc8a642104f1307083f82b3c22382653772a1.zip | |
Fix up broken setup.py scripts list.
| -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={ |
