diff --git a/setup.py b/setup.py index ad27702b..8bd9d605 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ setup( package_data={"httpx": ["py.typed"]}, packages=get_packages("httpx"), include_package_data=True, + zip_safe=False, install_requires=[ "certifi", "chardet==3.*",