From 0987f8ffc41daadd0318d3a3e4634e38da584edc Mon Sep 17 00:00:00 2001 From: Mihai Patrascoiu <mihai.patrascoiu@cern.ch> Date: Fri, 18 Sep 2020 15:07:24 +0200 Subject: [PATCH] Add the fts3.util package to the setup.py installer --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e48ab5a0..e307bdee 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( url='http://fts.web.cern.ch/', download_url='https://gitlab.cern.ch/fts/fts-rest', license='Apache 2', - packages=['fts3', 'fts3.cli', 'fts3.model', 'fts3.rest', 'fts3.rest.client', 'fts3.rest.client.easy'], + packages=['fts3', 'fts3.cli', 'fts3.model', 'fts3.util', 'fts3.rest', 'fts3.rest.client', 'fts3.rest.client.easy'], package_dir={'fts3': os.path.join(base_dir, 'src', 'fts3')}, scripts=glob(os.path.join(base_dir, 'src', 'cli', 'fts-*')), keywords='fts3, grid, rest api, data management clients', -- GitLab