Skip to content

Commit 3c9b520

Browse files
committed
chore: remove pinned metadata version and license-files comment from pyproject.toml
1 parent 0d93ef0 commit 3c9b520

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 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"
@@ -28,7 +23,8 @@ dependencies = [
2823
]
2924
requires-python = ">=3.10"
3025
license = "MIT"
31-
license-files = ["LICENSE"]
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)