From 9f5555ec2138768e72e556d4f97fdbf8cd34e9bd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 10 Jul 2018 17:27:47 -0400 Subject: [PATCH] Add trio framework classifier --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index cef8c5a..e9cc810 100755 --- a/setup.py +++ b/setup.py @@ -47,12 +47,13 @@ setup( 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' 'Operating System :: POSIX :: Linux', + "Framework :: Trio", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", - 'Intended Audience :: Science/Research', - 'Intended Audience :: Developers', - 'Topic :: System :: Distributed Computing', + "Intended Audience :: Science/Research", + "Intended Audience :: Developers", + "Topic :: System :: Distributed Computing", ], )