mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
FIX setup.py for tomb-qt-open
This commit is contained in:
parent
a0eb6ba9c3
commit
261755b824
@ -41,7 +41,8 @@ setup(
|
||||
},
|
||||
entry_points = {
|
||||
'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'
|
||||
]
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user