mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-10 15:10:55 +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 = {
|
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'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user