This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 96e6bee
authored
feat: Add py.typed for PEP 561 compliance (#976)
Type annotations were added in commit
f8d4aaa. For these annotations to be
useful by library users, the package should install a py.typed file.
This tells mypy and other tools to consume and use these types.
For more details, see:
https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages1 parent afdc1ed commit 96e6bee
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments