From d119dc6263cf563f435148e1ad8435d91e5866b0 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Thu, 3 Oct 2024 15:07:04 +0200 Subject: [PATCH] [CI/CD](conf.yml): Change test conf.yml to adapt to new settings configuration --- biobb_vs/py.typed | 0 biobb_vs/test/conf.yml | 5 +++-- setup.py | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 biobb_vs/py.typed diff --git a/biobb_vs/py.typed b/biobb_vs/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/biobb_vs/test/conf.yml b/biobb_vs/test/conf.yml index 49a16c2..09f340b 100755 --- a/biobb_vs/test/conf.yml +++ b/biobb_vs/test/conf.yml @@ -1,4 +1,5 @@ -working_dir_path: /tmp/biobb/unitests +global_properties: + working_dir_path: /tmp/biobb/unitests # VINA @@ -72,7 +73,7 @@ extract_model_pdbqt: properties: model: 1 -# FPOCKET +# FPOCKET fpocket_run: paths: diff --git a/setup.py b/setup.py index 4118343..2cb91b4 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ "Bioexcel": "https://bioexcel.eu/" }, packages=setuptools.find_packages(exclude=['docs', 'test']), + package_data={'biobb_vs': ['py.typed']}, install_requires=['biobb_common==4.2.0'], python_requires='>=3.8', entry_points={