From f8cd363932bf871d5e87275610ca2f823ff99c0c Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Fri, 20 Oct 2023 12:29:26 +0200 Subject: [PATCH] Use recommended license specifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37577fa345..e17798b7f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ maintainers = [ "Paul Natsuo Kishimoto ", "Fridolin Glatter ", ] -license = "Apache License 2.0" +license = "Apache-2.0" readme = "README.rst" classifiers = [ "Development Status :: 5 - Production/Stable",