We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816e48d commit ca7b018Copy full SHA for ca7b018
setup.py
@@ -22,6 +22,7 @@ def get_version():
22
long_description_content_type = "text/x-rst",
23
install_requires = ['pycares>=4.0.0'],
24
packages = ['aiodns'],
25
+ package_data = {"aiodns": ["py.typed"]},
26
platforms = ["POSIX", "Microsoft Windows"],
27
classifiers = [
28
"Development Status :: 5 - Production/Stable",
0 commit comments