From 1009a29a63764c70e166132ea93a655364f96286 Mon Sep 17 00:00:00 2001 From: Thanos Lefteris Date: Mon, 29 May 2017 00:08:53 +0300 Subject: [PATCH] Add asyncio trove classifier (#69) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2428ac..b501dde 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,9 @@ setup(name='aiohttp-security', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', - 'Topic :: Internet :: WWW/HTTP'], + 'Topic :: Internet :: WWW/HTTP', + 'Framework :: AsyncIO', + ], author='Andrew Svetlov', author_email='andrew.svetlov@gmail.com', url='https://github.com/aio-libs/aiohttp_security/',