From 4a21b5454e8d644b1dc8c9431c2956a63846e210 Mon Sep 17 00:00:00 2001 From: phi Date: Fri, 23 Feb 2024 21:51:02 +0900 Subject: [PATCH] chore: add classifiers --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2fe3ff8..6fb1106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,19 @@ license = "MIT License" homepage = "https://async-wrapper.readthedocs.io/" repository = "https://github.com/phi-friday/async-wrapper" packages = [{ include = "async_wrapper", from = 'src' }] +classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: Implementation :: CPython", + "Framework :: AnyIO", + "Framework :: AsyncIO", + "Framework :: Trio" +] [tool.poetry.dependencies] python = "~=3.8"