diff --git a/httpx/py.typed b/httpx/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index 2045210a..19e4dc31 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ setup( long_description_content_type="text/markdown", author="Tom Christie", author_email="tom@tomchristie.com", + package_data={"httpx": ["py.typed"]}, packages=get_packages("httpx"), install_requires=[ "certifi",