From e2886aaa3c48376da80c05603bb56e94db28150b Mon Sep 17 00:00:00 2001 From: Anton Ostapenko Date: Mon, 4 Mar 2024 22:44:30 +0200 Subject: [PATCH] Added a missing py.typed file for wheel --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 18ec2f3..01d73f2 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ def get_version(): long_description_content_type = "text/x-rst", install_requires = ['pycares>=4.0.0'], packages = ['aiodns'], + package_data = {"aiodns": ["py.typed"]}, platforms = ["POSIX", "Microsoft Windows"], classifiers = [ "Development Status :: 5 - Production/Stable",