docs: tweak trove classifiers

This commit is contained in:
Lance Edgar 2025-01-13 17:03:54 -06:00
parent f25e597ff5
commit 778a34bfab

View file

@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Topic :: Office/Business",
] ]
license = {text = "GNU General Public License v3+"} license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8" requires-python = ">= 3.8"