]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add AsyncIO and Trio trove classifiers (#416)
authorQuentin Pradet <quentin.pradet@gmail.com>
Tue, 1 Oct 2019 07:30:20 +0000 (11:30 +0400)
committerFlorimond Manca <florimond.manca@gmail.com>
Tue, 1 Oct 2019 07:30:20 +0000 (09:30 +0200)
setup.py

index 8bd9d605f8571cd8c0d57e82566733a631e3ce1b..bb16e9631b403e3feaa0dcc01cd4e1dd9cba79ba 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -66,6 +66,8 @@ setup(
         "License :: OSI Approved :: BSD License",
         "Operating System :: OS Independent",
         "Topic :: Internet :: WWW/HTTP",
+        "Framework :: AsyncIO",
+        "Framework :: Trio",
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",