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.