We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 561eedc + 906e34c commit c91fafdCopy full SHA for c91fafd
1 file changed
pyproject.toml
@@ -17,7 +17,8 @@ dependencies = [
17
"httpx[http2] >=0.23.0",
18
]
19
requires-python = ">=3.9"
20
-license = {file = "LICENSE"}
+license = "MIT"
21
+license-files = ["LICENSE"]
22
readme = "README.md"
23
keywords = ["msgraph", "openAPI", "Microsoft", "Graph"]
24
classifiers = [
0 commit comments