From 601f1291e73ec07a532d0274463bf7d6a35a4a73 Mon Sep 17 00:00:00 2001 From: Michael Deistler Date: Wed, 28 Aug 2024 17:41:53 +0200 Subject: [PATCH] Fixup for pyproject.toml (#1243) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af98fbd33..72a5db407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics", - """License :: OSI Approved :: Apache License, Version 2.0 (Apache-2.0""", + """License :: OSI Approved :: Apache Software License""", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3",