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