From 44665539011ed09ecaa87014083b9f35bc40aeae Mon Sep 17 00:00:00 2001 From: JeanExtreme002 Date: Sun, 7 Jun 2026 02:19:49 -0300 Subject: [PATCH] feat: add Games/Entertainment topic classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 26f839a..413fb80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Topic :: Games/Entertainment", "Topic :: Scientific/Engineering", "Topic :: Security", "Topic :: Software Development :: Debuggers",