From 998940867cb21169f6cee3bc0df6d81f1b8d9470 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 28 Apr 2025 15:14:52 +0200 Subject: [PATCH] chore: adjust license metadata in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52ed67370..3c90282a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Microsoft Corporation"} ] readme = "README.md" -license = {text = "Apache-2.0"} +license = "Apache-2.0" dynamic = ["version"] requires-python = ">=3.9" # Please when changing dependencies run the following commands to update requirements.txt: @@ -29,7 +29,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ]