From cf94c777a463ac816c79baf74c06d8f7eec2fb78 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Sun, 29 Dec 2024 17:04:10 -0700 Subject: [PATCH] fix: license string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f3ec9f3..23f77ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keywords = ["Python", "Interactive", "Web", "Application", "Framework"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", - "License :: OSI Approved :: Apache License", + "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only",