Commit e40483c
authored
Add py.typed marker file (#342)
Currently `python-snap7` 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 `python-snap7` with
the correct types.
https://www.python.org/dev/peps/pep-0561/#packaging-type-information1 parent 2e7e366 commit e40483c
2 files changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
Whitespace-only changes.
0 commit comments