mirror of https://github.com/conqp/rcon
2 changed files with 2 additions and 1 deletions
@ -1 +1,2 @@ |
|||
pygobject |
|||
pygtk |
|||
|
@ -11,7 +11,7 @@ setup( |
|||
author_email='[email protected]', |
|||
python_requires='>=3.8', |
|||
packages=['rcon'], |
|||
extras_require={'GUI': ['pygtk']}, |
|||
extras_require={'GUI': ['pygobject', 'pygtk']}, |
|||
scripts=['files/rcongui', 'files/rconclt', 'files/rconshell'], |
|||
url='https://github.com/conqp/rcon', |
|||
license='GPLv3', |
|||
|
Loading…
Reference in new issue