Skip to content

Commit

Permalink
[CI/CD](py.typed): Adding the py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Oct 3, 2024
1 parent 4895d45 commit 51229cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@ traj_comp.xtc

# Pycharm
.idea

# VSCode
.vscode

# MyPy
.mypy_cache/
Empty file added biobb_gromacs/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Bioexcel": "https://bioexcel.eu/"
},
packages=setuptools.find_packages(exclude=['docs', 'test']),
package_data={'biobb_gromacs': ['py.typed']},
install_requires=['biobb_common==4.2.0'],
python_requires='>=3.8',
entry_points={
Expand Down

0 comments on commit 51229cc

Please sign in to comment.