From 306eca8df20b4acff5b7cad59355c18527eab46d Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 21 Nov 2023 19:34:19 +0000 Subject: [PATCH] chore(package): add license classifier metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21004dac06..85ad9e2177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", "Topic :: Software Development :: Libraries :: Python Modules", - "License :: OSI Approved :: Apache Software License", + "License :: OSI Approved :: Apache Software License" ] [project.optional-dependencies]