Skip to content
Snippets Groups Projects
Commit 5fa4f70f authored by Sébastien Helleu's avatar Sébastien Helleu Committed by GitHub
Browse files

Merge pull request #6 from RamKromberg/fix/setup.py

setup.py: fix entry point
parents f5e54d01 b546f2fc
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