Skip to content

Commit

Permalink
Add py.typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
katajakasa committed Jul 10, 2022
1 parent cc6a03e commit b392487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added aiohttp_spyne/py.typed
Empty file.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b392487

Please sign in to comment.