setup.py: fix entry point
This commit is contained in:
parent
f5e54d0169
commit
b546f2fce5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ setup(
|
|||
package_data={'qweechat': ['data/icons/*.png']},
|
||||
entry_points = {
|
||||
'gui_scripts': [
|
||||
'qweechat = qweechat.qweechat',
|
||||
'qweechat = qweechat.qweechat:main',
|
||||
],
|
||||
'console_scripts': [
|
||||
'qweechat-testproto = qweechat.weechat.testproto:main',
|
||||
|
|
Loading…
Reference in a new issue