From b39248711cb2d406b7d8b99506e33a2e8e211960 Mon Sep 17 00:00:00 2001 From: Tuomas Virtanen Date: Sun, 10 Jul 2022 18:56:10 +0300 Subject: [PATCH] Add py.typed file --- aiohttp_spyne/py.typed | 0 pyproject.toml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 aiohttp_spyne/py.typed diff --git a/aiohttp_spyne/py.typed b/aiohttp_spyne/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 331553e..d6956c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ classifiers = [ ] keywords = ["asyncio", "aiohttp", "spyne", "soap"] packages = [ - {include = "aiohttp_spyne"} + {include = "aiohttp_spyne"}, + {include = "aiohttp_spyne/py.typed"}, ] [tool.poetry.dependencies]