From 778a34bfabcd8f8d6f00ab897e168dcc3745bb47 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Jan 2025 17:03:54 -0600 Subject: [PATCH] docs: tweak trove classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1c5c7be..15d4539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Topic :: Office/Business", ] license = {text = "GNU General Public License v3+"} requires-python = ">= 3.8"