Commit graph

1 commit

Author SHA1 Message Date
Jussi Kukkonen
7951ed2b86 Advertize type annotations with py.typed
Existence of py.typed in the top-level package tells users of the
packages that the packages are annotated.

This should fix mypy errors like this in downstream projects:
  error: Skipping analyzing "tuf.api.metadata":
  found module but no type hints or library stubs

Fixes #1633

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2021-11-11 22:34:22 +02:00