From 5c57be07281cd3496de7660fb5c4016cda93dd0c Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sun, 13 Feb 2022 17:05:20 +0100 Subject: [PATCH] Add sub-packages --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 314ed62..0f37fcb 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,11 @@ setup( author='Richard Neumann', author_email='mail@richard-neumann.de', python_requires='>=3.8', - packages=['rcon'], + packages=[ + 'rcon', + 'rcon.battleye', + 'rcon.source' + ], extras_require={'GUI': ['pygobject', 'pygtk']}, entry_points={ 'console_scripts': [