Commit 3066345
authored
Python: make package PEP-561 compliant (#94)
* Python: convert to package
This will allow to ship e.g. the py.typed file in the distribution.
* Python: make package PEP-561 compliant
The code already has type annotations. Let's ship the py.typed
file so the typing information actually can be consumed by e.g. mypy1 parent 3128097 commit 3066345
3 files changed
+3
-2
lines changedFile renamed without changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments