Fixed script rename in setup.py

This commit is contained in:
Douglas Mendizabal 2013-06-10 18:40:48 -05:00
parent 592d406c6e
commit 7be959728b

View File

@ -71,7 +71,7 @@ setup(
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Environment :: No Input/Output (Daemon)', 'Environment :: No Input/Output (Daemon)',
], ],
scripts=['bin/barbican-api'], scripts=['bin/barbican-all'],
py_modules=[], py_modules=[],
entry_points=""" entry_points="""
[barbican.crypto.plugin] [barbican.crypto.plugin]