|
@ -18,9 +18,9 @@ setup( |
|
|
extras_require={'GUI': ['pygobject', 'pygtk']}, |
|
|
extras_require={'GUI': ['pygobject', 'pygtk']}, |
|
|
entry_points={ |
|
|
entry_points={ |
|
|
'console_scripts': [ |
|
|
'console_scripts': [ |
|
|
'rcongui = rcon.source.gui:main', |
|
|
'rcongui = rcon.gui:main', |
|
|
'rconclt = rcon.source.rconclt:main', |
|
|
'rconclt = rcon.rconclt:main', |
|
|
'rconshell = rcon.source.rconshell:main', |
|
|
'rconshell = rcon.rconshell:main', |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
url='https://github.com/conqp/rcon', |
|
|
url='https://github.com/conqp/rcon', |
|
|