From 142f029b489b37c86bda8a23350d86ec6df696c2 Mon Sep 17 00:00:00 2001 From: Caleb Grant Date: Thu, 1 Aug 2024 10:46:30 -0700 Subject: [PATCH] fix classifiers Signed-off-by: Caleb Grant --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd9beee..56f24d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Intended Audience :: Developers", - "Topic :: Crosstabulation", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", ]