<!-- Please read our Code of Conduct: https://github.com/deephaven/deephaven-core/blob/main/CODE_OF_CONDUCT.md --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Use clear and concise text to keep the issue brief and to the point. --> **Description** I am trying to use pyjsonpatch locally with `poetry add pyjsonpatch` and mypy is showing an issue because there is no py.typed marker file. Here is a link to the error: https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker and how someone else solved it: https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/ <!-- Description of what the bug is. -->
Description
I am trying to use pyjsonpatch locally with
poetry add pyjsonpatchand mypy is showing an issue because there is no py.typed marker file.Here is a link to the error: https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker
and how someone else solved it: https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/