From 67a475e5cc09c50f48f1dad75add8880d041abd3 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 13 Aug 2025 10:17:17 -0600 Subject: [PATCH] Fix classifiers Fixes the classifiers to reflect the correct License and usage of the library. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbb13f3..1fcbcab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ readme = "README.md" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", - "Topic :: Software Development :: Build Tools", - "License :: OSI Approved :: MIT License", + "Topic :: Software Development :: Libraries :: Python Modules", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",