]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Rename -> httpx
authorTom Christie <tom@tomchristie.com>
Fri, 19 Jul 2019 14:20:15 +0000 (15:20 +0100)
committerTom Christie <tom@tomchristie.com>
Fri, 19 Jul 2019 14:20:15 +0000 (15:20 +0100)
setup.py

index c2fe870780d7a0e7ffe645f646bd10464adc51ef..2e8da065e5fee95e192a616ebf6ac0223d2f7f33 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -35,18 +35,17 @@ def get_packages(package):
 
 
 setup(
-    name="http3",
+    name="httpx",
     python_requires=">=3.6",
-    version=get_version("http3"),
-    url="https://github.com/encode/http3",
+    version=get_version("httpx"),
+    url="https://github.com/encode/httpx",
     license="BSD",
     description="The next generation HTTP client.",
     long_description=get_long_description(),
     long_description_content_type="text/markdown",
     author="Tom Christie",
     author_email="tom@tomchristie.com",
-    packages=get_packages("http3"),
-    data_files=[("", ["LICENSE.md"])],
+    packages=get_packages("httpx"),
     install_requires=[
         "certifi",
         "chardet==3.*",