From aac8bb950cac43599c3a5a0c115e0ad03ab872fd Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 3 Jul 2023 22:49:14 +0000 Subject: [PATCH] chore(python): add "Topic :: Communications :: Chat" classifier --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index f9f28180e..024f62dc0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Programming Language :: Python :: 3", + "Topic :: Communications :: Chat", "Topic :: Communications :: Email", "Topic :: Software Development :: Libraries", ]