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/',