python_requires=">=3.6",
version=get_version("httpx"),
url="https://github.com/encode/httpx",
+ project_urls={
+ "Documentation": "https://www.python-httpx.org",
+ "Source": "https://github.com/encode/httpx",
+ },
license="BSD",
description="The next generation HTTP client.",
long_description=get_long_description(),
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3 :: Only",
],
)