From eb8f29287cb0a70c9673c05abde179198587e5b8 Mon Sep 17 00:00:00 2001 From: Joren Hammudoglu Date: Thu, 8 May 2025 18:00:10 +0200 Subject: [PATCH] add `py.typed` (#276) Because the `-> str` in `__main__.find_ty_bin` also deserves to be recognized :) More info: - https://typing.python.org/en/latest/spec/distributing.html#packaging-typed-libraries - https://peps.python.org/pep-0561/ --- python/ty/py.typed | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/ty/py.typed diff --git a/python/ty/py.typed b/python/ty/py.typed new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/python/ty/py.typed @@ -0,0 +1 @@ +