From 49476b784d95012c256f4276455da82381a7857e Mon Sep 17 00:00:00 2001 From: Yashwanth Date: Thu, 17 Nov 2022 13:14:50 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07c5be6..476da71 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='rl_bca', version='0.0.1', - packages=['bca'], + packages=['bca', 'bca_manager'], url='', license='Apache License 2.0', author='Chris Eubel',