mirror of https://github.com/conqp/rcon
1 changed files with 5 additions and 1 deletions
@ -10,7 +10,11 @@ setup( |
|||
author='Richard Neumann', |
|||
author_email='[email protected]', |
|||
python_requires='>=3.8', |
|||
packages=['rcon'], |
|||
packages=[ |
|||
'rcon', |
|||
'rcon.battleye', |
|||
'rcon.source' |
|||
], |
|||
extras_require={'GUI': ['pygobject', 'pygtk']}, |
|||
entry_points={ |
|||
'console_scripts': [ |
|||
|
Loading…
Reference in new issue