From 420f8682240bfb3535fca796ac0c9cb29fab0bdb Mon Sep 17 00:00:00 2001 From: Jiarui Fang Date: Thu, 26 Dec 2024 15:32:46 +0800 Subject: [PATCH] fix license classifier error (#119) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0026151..5714ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ] dependencies = []