From: Quentin Pradet Date: Tue, 1 Oct 2019 07:30:20 +0000 (+0400) Subject: Add AsyncIO and Trio trove classifiers (#416) X-Git-Tag: 0.7.5~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f76a642a8e41bfdca5362105d28808548812fb0;p=thirdparty%2Fhttpx.git Add AsyncIO and Trio trove classifiers (#416) --- diff --git a/setup.py b/setup.py index 8bd9d605..bb16e963 100644 --- 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",