From 935a59a7b0a1ecdcea5ecefe797cf52461050c6a Mon Sep 17 00:00:00 2001 From: Josh Vote Date: Mon, 12 Feb 2024 13:59:02 +1100 Subject: [PATCH] Added py.typed directive to avoid mypy warnings --- pyproject.toml | 1 + taskiq_aio_pika/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 taskiq_aio_pika/py.typed diff --git a/pyproject.toml b/pyproject.toml index a80e600..f3f8576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "RabbitMQ broker for taskiq" authors = ["Pavel Kirilin "] readme = "README.md" classifiers = [ + "Typing :: Typed", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", diff --git a/taskiq_aio_pika/py.typed b/taskiq_aio_pika/py.typed new file mode 100644 index 0000000..e69de29