From 17ea460c689c03ec148a9e79137cc0ece827c64b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 5 Dec 2023 15:13:21 +0100 Subject: [PATCH] Add framework troves --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a1e4cdb..854b68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Typing :: Typed", + "Framework :: AsyncIO", + "Framework :: Trio", ] dependencies = ["tenacity", "typing-extensions; python_version<'3.10'"]