Skip to content

Commit 935a59a

Browse files
committed
Added py.typed directive to avoid mypy warnings
1 parent 8e00c47 commit 935a59a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "RabbitMQ broker for taskiq"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
readme = "README.md"
77
classifiers = [
8+
"Typing :: Typed",
89
"Programming Language :: Python",
910
"Programming Language :: Python :: 3",
1011
"Programming Language :: Python :: 3 :: Only",

taskiq_aio_pika/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)