From 129de9182f48421e02059fca9fbacdfab1bb4d6c Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 8 Oct 2023 01:38:52 +0000 Subject: [PATCH] chore(deltachat-rpc-client): remove AsyncIO classifier --- deltachat-rpc-client/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index 9d7324ca6..03a777697 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -7,7 +7,6 @@ name = "deltachat-rpc-client" description = "Python client for Delta Chat core JSON-RPC interface" 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",