setup.py: Add framework classifier

This commit is contained in:
Yury Selivanov 2018-04-17 16:11:34 -04:00
parent fbe6675807
commit 28d35d9b7f
1 changed files with 1 additions and 0 deletions

View File

@ -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',