Enable mypy to discover type hints as specified in PEP 561 (#194)

This commit is contained in:
Andrew M. White 2019-08-06 10:18:34 -07:00 committed by Seth Michael Larson
parent 625ad127cc
commit c7a5ce7dff
2 changed files with 1 additions and 0 deletions

0
httpx/py.typed Normal file
View File

View File

@ -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",