From 906e34cf37d641a377d8e5b870e909d83b7ff72b Mon Sep 17 00:00:00 2001 From: Leif Date: Mon, 4 Aug 2025 15:00:58 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac1ece82..48647929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ dependencies = [ "httpx[http2] >=0.23.0", ] requires-python = ">=3.9" -license = {file = "LICENSE"} +license = "MIT" +license-files = ["LICENSE"] readme = "README.md" keywords = ["msgraph", "openAPI", "Microsoft", "Graph"] classifiers = [