Skip to content

Commit 1c298d3

Browse files
committed
Add asyncio trove classifier
1 parent 8d8634a commit 1c298d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ def run(self):
9898
'Operating System :: POSIX',
9999
'Operating System :: MacOS :: MacOS X',
100100
'Operating System :: Microsoft :: Windows',
101-
'Topic :: Internet :: WWW/HTTP'],
101+
'Topic :: Internet :: WWW/HTTP',
102+
'Framework :: AsyncIO',
103+
],
102104
author='Nikolay Kim',
103105
author_email='[email protected]',
104106
maintainer=', '.join(('Nikolay Kim <[email protected]>',

0 commit comments

Comments
 (0)