Add trio framework classifier

asyncgen_closing_fix
Tyler Goodlet 2018-07-10 17:27:47 -04:00
parent 0598c6ad58
commit 9f5555ec21
1 changed files with 4 additions and 3 deletions

View File

@ -47,12 +47,13 @@ setup(
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
"Framework :: Trio",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
'Intended Audience :: Science/Research', "Intended Audience :: Science/Research",
'Intended Audience :: Developers', "Intended Audience :: Developers",
'Topic :: System :: Distributed Computing', "Topic :: System :: Distributed Computing",
], ],
) )