mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
chore(deltachat-rpc-client): add Trove classifiers
This commit is contained in:
@@ -9,6 +9,21 @@ dependencies = [
|
|||||||
"aiohttp",
|
"aiohttp",
|
||||||
"aiodns"
|
"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 = [
|
dynamic = [
|
||||||
"version"
|
"version"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user