savanna-manage added to the scripts section of setup.py

Change-Id: Ic9aa7baf2bf5a33697d6e297a6f15753912d44ed
This commit is contained in:
Sergey Lukjanov 2013-03-29 13:59:53 +04:00
parent 3616d0239d
commit c501d517f0
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ setuptools.setup(
include_package_data=True,
test_suite='nose.collector',
setup_requires=['setuptools_git>=0.4'],
scripts=['bin/savanna-api'],
scripts=[
'bin/savanna-api',
'bin/savanna-manage',
],
py_modules=[]
)