Skip to content

Commit ca7b018

Browse files
AVOstapsaghul
authored andcommitted
Added a missing py.typed file for wheel
1 parent 816e48d commit ca7b018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def get_version():
2222
long_description_content_type = "text/x-rst",
2323
install_requires = ['pycares>=4.0.0'],
2424
packages = ['aiodns'],
25+
package_data = {"aiodns": ["py.typed"]},
2526
platforms = ["POSIX", "Microsoft Windows"],
2627
classifiers = [
2728
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)