From 7f76a642a8e41bfdca5362105d28808548812fb0 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 1 Oct 2019 11:30:20 +0400 Subject: [PATCH] Add AsyncIO and Trio trove classifiers (#416) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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",