diff --git a/id/py.typed b/id/py.typed new file mode 100644 index 0000000..77b475e --- /dev/null +++ b/id/py.typed @@ -0,0 +1,4 @@ +`id` is a project providing helpers for making OIDC identities. +This PEP 561 marker file exists to let the type checkers know that this project +has type annotations declared. Additionally, this is useful +for type-checking our own tests since they make corresponding imports.