Merge pull request #6 from RamKromberg/fix/setup.py
setup.py: fix entry point
This commit is contained in:
commit
5fa4f70f5a
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