FIX setup.py for tomb-qt-open

This commit is contained in:
boyska 2012-01-28 12:28:24 +01:00
parent a0eb6ba9c3
commit 261755b824

View File

@ -41,7 +41,8 @@ setup(
}, },
entry_points = { entry_points = {
'gui_scripts': [ 'gui_scripts': [
'tomb-qt-create = tombqt.create:run_create_wizard' 'tomb-qt-create = tombqt.create:run_create_wizard',
'tomb-qt-open = tombqt.open:run_open_wizard'
] ]
} }
) )