Commit 105ee78
committed
Add py.typed marker file
Currently `django-render-block` includes type annotations, but these
are ignored when type-checking an application that uses this library.
By including the `py.typed` marker file in the wheel, type checkers
like `mypy` can check whether applications call `django-render-block`
with the correct types.
https://www.python.org/dev/peps/pep-0561/#packaging-type-information1 parent fe03818 commit 105ee78
2 files changed
Lines changed: 3 additions & 0 deletions
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
0 commit comments