fix setup.py

This commit is contained in:
termie 2012-01-10 16:45:39 -08:00
parent 2814a981c1
commit ec8574928c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,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/ks'],
scripts=['bin/keystone', 'bin/keystone-manage'],
zip_safe=False,
install_requires=['setuptools'],
)