Skip to content
Snippets Groups Projects
Commit 0987f8ff authored by Mihai Patrascoiu's avatar Mihai Patrascoiu
Browse files

Add the fts3.util package to the setup.py installer

parent fa7ba6de
Branches
Tags
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment