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.
This commit is contained in:
Reference in New Issue
Block a user