Fixing the setup.py to have the new reddwarf api

This commit is contained in:
Michael Basnight 2012-05-02 14:29:29 -05:00
parent a8855eecc4
commit c1cd614f43

View File

@ -93,6 +93,7 @@ setup(name='reddwarf',
'Environment :: No Input/Output (Daemon)',
],
scripts=['bin/reddwarf-server',
'bin/reddwarf-api',
'bin/reddwarf-manage',
],
py_modules=[],