Add asyncio trove classifier (#69)
This commit is contained in:
parent
867c8d8e07
commit
1009a29a63
4
setup.py
4
setup.py
|
@ -42,7 +42,9 @@ setup(name='aiohttp-security',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Topic :: Internet :: WWW/HTTP'],
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
|
'Framework :: AsyncIO',
|
||||||
|
],
|
||||||
author='Andrew Svetlov',
|
author='Andrew Svetlov',
|
||||||
author_email='andrew.svetlov@gmail.com',
|
author_email='andrew.svetlov@gmail.com',
|
||||||
url='https://github.com/aio-libs/aiohttp_security/',
|
url='https://github.com/aio-libs/aiohttp_security/',
|
||||||
|
|
Loading…
Reference in New Issue