Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type marker for PEP 561 compliance
This adds a `py.typed` file in the package directory, which acts as a marker to declare that it is PEP 561 compliant and includes type hints. More information is available here: https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages Fixes #219.
- Loading branch information