From 144a19ccb657bc13e22365f8e25713502e7ca4ce Mon Sep 17 00:00:00 2001 From: David Scripka Date: Thu, 29 Dec 2022 17:12:15 -0500 Subject: [PATCH] Fixed license classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 520408f..018cacf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ readme = "README.md" requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache 2.0 License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ]