Skip to content

Commit cbe74af

Browse files
committed
[CI/CD](conf.yml): Change test conf.yml to adapt to new settings configuration
1 parent bc776bd commit cbe74af

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

biobb_structure_checking/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Bioexcel": "https://bioexcel.eu/"
2323
},
2424
packages=setuptools.find_packages(exclude=['docs', 'test']),
25+
package_data={'biobb_structure_checking': ['py.typed']},
2526
include_package_data=True,
2627
install_requires=['psutil', 'numpy', 'biopython>=1.79'],
2728
python_requires='>=3.8',

0 commit comments

Comments
 (0)