Skip to content

Commit cff6939

Browse files
committed
Add asyncio trove classifier
1 parent 94cca44 commit cff6939

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ def read(name):
3232
'Programming Language :: Python :: 3.4',
3333
'Programming Language :: Python :: 3.5',
3434
'Programming Language :: Python :: 3.6',
35-
'Topic :: Internet :: WWW/HTTP'],
35+
'Topic :: Internet :: WWW/HTTP',
36+
'Framework :: AsyncIO',
37+
],
3638
author='Andrew Svetlov',
3739
author_email='[email protected]',
3840
url='https://github.com/aio-libs/async_timeout/',

0 commit comments

Comments
 (0)