# Changelog
+## 0.7.1 (August 18, 2019)
+
+- Include files with source distribution to be installable. (Pull #233)
+
## 0.7.0 (August 17, 2019)
- Add the `trust_env` property to `BaseClient`. (Pull #187)
--- /dev/null
+include README.md
+include CHANGELOG.md
+include LICENSE.md
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.7.0"
+__version__ = "0.7.1"
author_email="tom@tomchristie.com",
package_data={"httpx": ["py.typed"]},
packages=get_packages("httpx"),
+ include_package_data=True,
install_requires=[
"certifi",
"chardet==3.*",