From cbe74af9dffbfab81df05be466df87461225ed9a Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Thu, 3 Oct 2024 15:06:57 +0200 Subject: [PATCH] [CI/CD](conf.yml): Change test conf.yml to adapt to new settings configuration --- biobb_structure_checking/py.typed | 0 setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 biobb_structure_checking/py.typed diff --git a/biobb_structure_checking/py.typed b/biobb_structure_checking/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index 9017ffc0..c12ea6fb 100755 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ "Bioexcel": "https://bioexcel.eu/" }, packages=setuptools.find_packages(exclude=['docs', 'test']), + package_data={'biobb_structure_checking': ['py.typed']}, include_package_data=True, install_requires=['psutil', 'numpy', 'biopython>=1.79'], python_requires='>=3.8',