From 75ac9e35be22466edc7e9d010fdcf6cce010251c Mon Sep 17 00:00:00 2001 From: Sam Duke Date: Sat, 9 Dec 2023 12:25:15 +0000 Subject: [PATCH] Create py.typed (#65) --- changes/63.feature.md | 1 + src/aiotools/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 changes/63.feature.md create mode 100644 src/aiotools/py.typed diff --git a/changes/63.feature.md b/changes/63.feature.md new file mode 100644 index 0000000..4e91aeb --- /dev/null +++ b/changes/63.feature.md @@ -0,0 +1 @@ +Add type checker support - now includes py.typed in the package to indicate to type checkers like mypy that typing is supported. diff --git a/src/aiotools/py.typed b/src/aiotools/py.typed new file mode 100644 index 0000000..e69de29