Skip to content
Snippets Groups Projects
Commit b546f2fc authored by Ram Kromberg's avatar Ram Kromberg
Browse files

setup.py: fix entry point

parent f5e54d01
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment