From 0a9ea7fc838b3ba47e0620523f684e494fe99c5e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 8 Feb 2025 19:46:32 +0000 Subject: [PATCH] remove unknown classifier --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c1beb78..695d7b24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", - "License :: OSI Approved :: Apache License", ] license = {text = "Apache License (2.0)"} license-files = ["LICEN[CS]E*"]