Skip to content

Commit 58128c7

Browse files
authored
Merge pull request #913 from leifdreizler/main
fix: Update license field to use proper SPDX identifier
2 parents 1c720a5 + 29633f5 commit 58128c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencies = [
2020

2121
]
2222
requires-python = ">=3.9"
23-
license = {file = "LICENSE"}
23+
license = "MIT"
24+
license-files = ["LICENSE"]
2425
readme = "README.md"
2526
keywords = ["msgraph", "openAPI", "Microsoft", "Graph", "beta"]
2627
classifiers = [

0 commit comments

Comments
 (0)