From 0acd076bb4c9258b82cf1992c4eaca6f8a689212 Mon Sep 17 00:00:00 2001 From: JCHacking Date: Sun, 15 Oct 2023 00:46:52 +0200 Subject: [PATCH 1/2] Add PEP-561 with py.typed --- aiodns/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 aiodns/py.typed diff --git a/aiodns/py.typed b/aiodns/py.typed new file mode 100644 index 0000000..e69de29 From 1d6fda52c6fa388ce0f3a76dde4b4056093bc655 Mon Sep 17 00:00:00 2001 From: JCHacking Date: Sun, 15 Oct 2023 13:54:27 +0200 Subject: [PATCH 2/2] Add py.typed in MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 63f6a19..cd1f40e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include README.rst LICENSE ChangeLog include setup.py tests.py +include aiodns/py.typed recursive-exclude * __pycache__ recursive-exclude * *.py[co]