Skip to content

Commit 25143ce

Browse files
Merge pull request #1085 from microsoftgraph/mmainer/remove-meta-version
chore: set license metadata to older style
2 parents 0d93ef0 + acaa8fa commit 25143ce

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ build-backend = "flit_core.buildapi"
66
[project]
77
name = "msgraph-beta-sdk"
88

9-
# Pin metadata to 2.3 until ESRP Release supports License-Expression over the
10-
# deprecated License field. Update License to License-Expression when unpinning
11-
# metadata version.
12-
metadata-version = 2.3
13-
149
# The SDK version
1510
# x-release-please-start-version
1611
version = "1.59.0"
@@ -27,8 +22,9 @@ dependencies = [
2722

2823
]
2924
requires-python = ">=3.10"
30-
license = "MIT"
31-
license-files = ["LICENSE"]
25+
license = {text = "MIT"}
26+
# Add this back when we upgrade flit and ESRP Release supports latest metadata.
27+
# license-files = ["LICENSE"]
3228
readme = "README.md"
3329
keywords = ["msgraph", "openAPI", "Microsoft", "Graph", "beta"]
3430
classifiers = [

0 commit comments

Comments
 (0)