From 628c677fe6a048f889d547f97b585ea8d947425f Mon Sep 17 00:00:00 2001 From: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:46:03 -0700 Subject: [PATCH] chore: remove MIT License from project classifiers Unblocks deployment https://github.com/microsoftgraph/msgraph-sdk-python/actions/runs/17111863239/job/48534906069 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81561b98f3..1a4bb8d1bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "License :: OSI Approved :: MIT License", ] [project.optional-dependencies]