Skip to content

Commit

Permalink
Added a missing py.typed file for wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
AVOstap authored Mar 4, 2024
1 parent 816e48d commit e2886aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2886aa

Please sign in to comment.