From 28d35d9b7ff7108cd6195d51373f8058b5c57598 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 17 Apr 2018 16:11:34 -0400 Subject: [PATCH] setup.py: Add framework classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5804f2c..c81a69c 100644 --- a/setup.py +++ b/setup.py @@ -307,6 +307,7 @@ setup( ], classifiers=[ 'Development Status :: 5 - Production/Stable', + 'Framework :: AsyncIO', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',