multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Python package seems to be missing py.typed marker #249

Closed LourensVeen closed 1 year ago

LourensVeen commented 1 year ago

When typechecking code that uses libmuscle, mypy complains that there are no type annotations. It seems we're missing the py.typed marker, either because we don't have it or because it's not properly included in the Python package we're building.

LourensVeen commented 1 year ago

Fix released with 0.7.1.