mirror of https://github.com/MagicStack/uvloop.git
setup.py: Add framework classifier
This commit is contained in:
parent
fbe6675807
commit
28d35d9b7f
1
setup.py
1
setup.py
|
@ -307,6 +307,7 @@ setup(
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
'Framework :: AsyncIO',
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
|
Loading…
Reference in New Issue