Refactor as package, add py.typed file

In order to indicate to external modules that this module contains type
hints, it must include a `py.typed` file.  Single-file module
distributions cannot include other files, so in order to distribute the
`py.typed` file, this module has to be distributed as a package.
master
Dustin 2022-04-30 14:06:27 -05:00
parent 1e44560bca
commit 471392106f
2 changed files with 0 additions and 0 deletions