Skip to content

Commit 0d41279

Browse files
author
EC2 Default User
committed
Update license field to use proper SPDX identifier
This changes the license field to be a valid [SPDX identifier](https://spdx.org/licenses) aligning with [PEP 639](https://peps.python.org/pep-0639/#project-source-metadata). This populates the `license_expression` field in the PyPI API and is used by downstream tools including deps.dev These changes were generated by Claude after reviewing the license and manifest files in your repository, but opened and reviewed by me. Please let me know if the analysis is incorrect and thanks for being an OSS maintainer.
1 parent d87e8f2 commit 0d41279

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"]
2627
classifiers = [

0 commit comments

Comments
 (0)