Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make tinydb PEP 561 compatible
[PEP 561](https://www.python.org/dev/peps/pep-0561/) defines a way to share type hints for Python packages. As `tinydb` already provides type annotations for their modules, add last 2 pieces: `py.typed` file & PyPI classifier to allow `mypy` and other static analyzers use TinyDB type annotations.
- Loading branch information