From 9cbf413064577206af5ada5c687f24ad782fa905 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 20 May 2023 20:57:45 +0000 Subject: [PATCH] chore(deltachat-rpc-client): add Trove classifiers --- deltachat-rpc-client/pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index b0d671df8..8bde236a5 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -9,6 +9,21 @@ dependencies = [ "aiohttp", "aiodns" ] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Framework :: AsyncIO", + "Intended Audience :: Developers", + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", + "Operating System :: POSIX :: Linux", + "Operating System :: MacOS :: MacOS X", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Topic :: Communications :: Chat", + "Topic :: Communications :: Email" +] dynamic = [ "version" ]