We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94cca44 + cff6939 commit 67fab6cCopy full SHA for 67fab6c
setup.py
@@ -32,7 +32,9 @@ def read(name):
32
'Programming Language :: Python :: 3.4',
33
'Programming Language :: Python :: 3.5',
34
'Programming Language :: Python :: 3.6',
35
- 'Topic :: Internet :: WWW/HTTP'],
+ 'Topic :: Internet :: WWW/HTTP',
36
+ 'Framework :: AsyncIO',
37
+ ],
38
author='Andrew Svetlov',
39
author_email='andrew.svetlov@gmail.com',
40
url='https://github.com/aio-libs/async_timeout/',
0 commit comments