Skip to content

Commit 88a048b

Browse files
authored
Merge pull request #14 from gnir-work/feature/add-py-typed-marker
Add py typed for better mypy support
2 parents cd9d53e + 8eaac08 commit 88a048b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

monitored_ioloop/py.typed

Whitespace-only changes.

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = "0.0.9"
44
description = ""
55
authors = ["gnir <[email protected]>"]
66
readme = "README.md"
7+
packages = [
8+
{include = "monitored_ioloop"},
9+
{include = "monitored_ioloop/py.typed"},
10+
]
11+
712

813
[tool.poetry.dependencies]
914
python = "^3.9"

0 commit comments

Comments
 (0)