From a8ab6dd89203041b7a642510278fcf117504fd1a Mon Sep 17 00:00:00 2001 From: Thanayut Seethongchuen <=> Date: Thu, 24 Aug 2023 20:57:12 +0200 Subject: [PATCH] fix add recursive --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a27f0cc705..c716abb6ed 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,8 @@ 'ServerUtilities', 'MultiProcessingLog', 'CMSGroupMapper', 'RucioUtils', 'cache_status'], 'python': ['TaskWorker', 'TaskWorker/Actions', 'TaskWorker/DataObjects', - 'TaskWorker/Actions/Recurring', 'Publisher', 'TransferInterface', 'ASO'] + 'TaskWorker/Actions/Recurring', 'Publisher', 'TransferInterface', + 'ASO', 'ASO/Rucio', 'ASO/Rucio/Actions'] }, 'Publisher': {